#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: | ||
Blocked by: | Blocking: |
Description
Change History (4)
comment:1 Changed 10 years ago by
Component: | unfiled → event |
---|---|
Milestone: | None → 1.9 |
Owner: | set to gibson042 |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #13203: delegated events with selector matching Object.prototype property
Changeset: 31b95797155077e4e670c0bbb2c57815f89769a1
comment:4 Changed 10 years ago by
Fix #13203: delegated events with selector matching Object.prototype property (cherry picked from commit 31b95797155077e4e670c0bbb2c57815f89769a1)
Changeset: 63f40866fdc9c74c7732084abca040ab06ebabde
Note: See
TracTickets for help on using
tickets.
For 2.0 we can fix this with
Object.create(null)
perhaps? Or just keep the two consistent and prefix the strings.