#9708 closed bug (fixed)
Widget: ._on() doesn't support events with dashes
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.widget | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
or colons or lots of other things, but dashes and colons seem like the only characters we should really worry about.
Fiddle provided by manus in IRC: http://jsfiddle.net/gj5nZ/
Change History (4)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Status: | new → open |
Summary: | Widget: .on() doesn't support events with dashes → Widget: ._on() doesn't support events with dashes |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Widget: Support events with dashes and colons
Fixes #9708 Closes gh-1159
Changeset: be2a339b2beaed69105abae91a118bc1c8669a1b
comment:4 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|
Note: See
TracTickets for help on using
tickets.
WIP: https://github.com/jquery/jquery-ui/pull/1159