Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?
Thanks for the report. Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at...
Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?
Thanks for the report. Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at...
Reopening based on the updated test case (it still needs to be decided whether it's something we can/should fix/workaround).
**Comment author: dmethvin** Worth thinking about so I'll leave it open.
**Comment author: rwaldron** I'm into this http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventListener @dmethvin - if you don't mind, I'd like to prototype this one :)
**Comment author: rwaldron** note to self... .on({ click: fn }) Has to support handling: // delegated events .on({ click: fn }, "div"); // data object events .on({ click: fn },...
**Comment author: dmethvin** Bulk change from enhancement to feature.
**Comment author: dmethvin** gnarf and I talked about this in Austin. It would be a very low-level public interface, ideally the current event features would be built on top of...