Custom Query (18300 matches)
Results (58 - 60 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#16361 | fixed | dojox/mobile: on iOS6, unexpected scrolling when editing text fields located inside a ScrollableView | ||
Description |
When running on iOS6 or later, unexpected scrolling occurs while editing text fields that are descendants of a ScrollableView. The unwanted scrolling occurs when going from one text field to another by pressing NEXT or PREV on the soft keyboard. How to reproduce:
==> An unwanted scroll occurs. |
|||
#16363 | fixed | dojox/mobile/ScrollableView: when it contains input fields, it wrongly bounces back after navigating from one field to another using TAB/shift-TAB (desktop) or PREV/NEXT (iPhone's soft keyboard) | ||
Description |
When a ScrollableView contains input fields (say, dojox/mobile/TextBox), and the user navigates from a field to another using TAB/shift-TAB (on desktop browsers) or PREV/NEXT (using iPhone's soft keyboard), there are situations when this leads to browser scroll. This scroll is expected (to keep the edited field in the view), but it appears to confuse the scrolling machinery of ScrollableView, which now wrongly bounces back when trying to scroll till the top. Forcing the scroll till the bottom fixes it. How to reproduce:
==> It bounces back before the top. Reproduced on latest Chrome and FF (so not only webkit), and on iPhone iOS 6.0.1 and iPad iOS 5.1. Reproduced with both latest Dojo (latest trunk and latest 1.8.1 branch), and with Dojo 1.7.3 as well. |
|||
#16402 | patchwelcome | dojox/mobile/Tooltip and Overlay: doc and test examples of programmatical use | ||
Description |
For dojox/mobile's Tooltip, Overlay, and Opener it would be nice to have examples of programmatic use in the API and Reference documentation. We also miss tests showing the programmatic use of Tooltip and Overlay (we do have one for Opener). Issue raised by http://dojo-toolkit.33424.n3.nabble.com/dojox-mobile-Tooltip-td3991631.html#a3991644 |