Ticket #13360 (closed bug: fixed)
Creating String.prototype.namespace can cause an exception in jQuery.Event
| Reported by: | gnarf | Owned by: | gnarf |
|---|---|---|---|
| Priority: | low | Milestone: | 1.9.1 |
| Component: | event | Version: | 1.9.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Details / Fix at https://github.com/jquery/jquery/pull/1140
Change History
comment:1 Changed 4 months ago by gnarf
- Owner set to gnarf
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to event
- Milestone changed from None to 1.9.1
comment:2 Changed 4 months ago by Andrew Plummer
- Status changed from assigned to closed
- Resolution set to fixed
event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153
Squashed commit of the following:
commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d Author: Andrew Plummer <plummer.andrew@…> Date: Fri Feb 1 02:40:42 2013 +0900
Using "hasOwnProperty" to check for direct properties "type" and "namespace" on events before triggering.
Changeset: f005af54e4983658e3ae504111885921c4dca383
comment:3 Changed 4 months ago by Andrew Plummer
event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153
Squashed commit of the following:
commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d Author: Andrew Plummer <plummer.andrew@…> Date: Fri Feb 1 02:40:42 2013 +0900
Using "hasOwnProperty" to check for direct properties "type" and "namespace" on events before triggering.
(cherry picked from commit f005af54e4983658e3ae504111885921c4dca383)
Changeset: d654914fd02412f8d2537279bb8a4db9ecc7095e
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
