Custom Query (18300 matches)
Results (22 - 24 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#17157 | fixed | dojox/mobile/ComboBox popup menu opens and closes incorrectly | ||
Description |
Description
|
|||
#17159 | fixed | dojox/mobile (1.9+) API doc fixes and improvements | ||
Description |
This ticket collects various API doc fixes and improvements for Dojo Mobile 1.9+. |
|||
#17161 | duplicate | RoundRectList: cannot use on() for methods introduced by editableMixinClass | ||
Description |
Description See attached test case: It seems that you cannot connect to onXX methods introduced by mixins. E.g. look at dojox/mobile/EdgeToEdgeList which is made editable by setting "editable:true". This causes dojox/mobile to require _EditableListMixin and mix it in using safeMixin (RoundRectList's postCreate method line 94). However connecting to "onDeleteItem" using the syntax mylist.on('deleteitem', function(){...}); does not work. The reason is twofold as far as I can see as a newbie:
|
Note: See TracQuery
for help on using queries.