Custom Query (18300 matches)
Results (7 - 9 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15064 | fixed | better handling of setTimeout in mobile | ||
Description |
the in particular, there is one specific call in _ItemBase that is constantly causing problems in an app i'm working on when the widgets are destroyed before that setTimeout completes: setTimeout(function(){ _this.set("selected", false); }, this._duration);
|
|||
#15628 | fixed | dojox.mobile.SimpleDialog: show() should call resize() | ||
Description |
If a SimpleDialog? contains a ScrollablePane? with roundCornerMask=true, the mask will not be correctly updated when the dialog is shown. The same problem may happen with other widgets whole layout depend on the visibility. A solution is to call this.resize() in the show() method of SimpleDialog?. |
|||
#15998 | patchwelcome | dojox.mobile.Slider - touch vs clickeevnt | ||
Description |
the mobile-slider uses touchstart and mousedown-events to initialize value-changing. this are the right events for the 'handle' but I think not for the 'touchBox'. In fact it causes problems in one of my mobile apps. I have sliders nested in a scrollable-pane - if scrolling of the pane is initialized on a slider, the slider gets changed instead. I think the correkt event on the 'touchBox' would be an onclick-event!? prove me wrong. regards |