Modify ↓
Ticket #13203 (closed bug: fixed)
Delegated selectors matching Object.prototype properties match everything
| Reported by: | gibson042 | Owned by: | gibson042 |
|---|---|---|---|
| Priority: | low | Milestone: | 1.9 |
| Component: | event | Version: | 1.8.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Change History
comment:1 Changed 4 months ago by gibson042
- Owner set to gibson042
- 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
comment:2 Changed 4 months ago by dmethvin
For 2.0 we can fix this with Object.create(null) perhaps? Or just keep the two consistent and prefix the strings.
comment:3 Changed 4 months ago by Richard Gibson
- Status changed from assigned to closed
- Resolution set to fixed
Fix #13203: delegated events with selector matching Object.prototype property
Changeset: 31b95797155077e4e670c0bbb2c57815f89769a1
comment:4 Changed 4 months ago by Richard Gibson
Fix #13203: delegated events with selector matching Object.prototype property (cherry picked from commit 31b95797155077e4e670c0bbb2c57815f89769a1)
Changeset: 63f40866fdc9c74c7732084abca040ab06ebabde
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
