Opened 11 years ago
Last modified 9 years ago
#12799 closed task
dijit/_OnDijitClickMixin — at Version 2
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.6.0 |
Keywords: | Cc: | Kris Zyp | |
Blocked By: | Blocking: |
Description (last modified by )
Split out _Widget's ondijitclick functionality into a custom mixin.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | dijit/a11yclick → dijit/_OnDijitClickMixin |
On second thought this should be a mixin so that widgets can extend _WidgetBase and still get ondijitclick.
Note: See
TracTickets for help on using
tickets.
(In [24527]) Extract _Widget's ondijitclick functionality into a new a11yclick custom event object. Code is basically the same as before, except that it's connecting to keypress rather than keydown, so that the evt.preventDefault() call doesn't interfere with _HasDropDown.
Modified _WidgetBase.connect() to return a single handle rather than an array of handles, with similar changes to typematic's add*() methods, and _WidgetBase._connects array.
Fixes #12799 !strict.