Custom Query (18300 matches)
Results (16 - 18 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#16709 | wontfix | The on() method is not properly working on dojox mobile editable widget ( e.g. : List and IconContainer and maybe some others) | ||
Description |
How to reproduce :
_ use a dojox/mobile/IconContainer with some icons and with the property "editable=true" like in dojox/mobile/tests/test_IconContainer-editable.html
CauseThe ic.on call does not work properly because it tries to find a function onDeleteItem in the protoype of ic. But since this function is added to ic with a safeMixin, the function is added directly to the object not to its prototype. |
|||
#16948 | fixed | [regression] _this.domNode undefined in : dojox/mobile/scrollable.js | ||
Description |
I discovered this by switching from stable 1.8 to trunk. Its crashing in line 208 : win.global.addEventListener("scroll", function(e){
Please a simple sanity check there. Thank you. |
|||
#17003 | wontfix | Non "dojox.mobile.ListItem" items receive event upon view transition (Android 2.x) | ||
Description |
Given the following source (see attachment), this creates a home View with two List Items which transition to two further views. Each of these other view contain some element which when the transition ends receives the initial event which triggered the transition.
Test case 1
Test case 2
Initially reported and reproduced : 1.8.3 on Android 2.x
Partially reproduced (test case 1 only) : 1.9.0b2 on Android 2.x, 1.9.1 on Android 2.x/4.x |