Changes between Initial Version and Version 5 of Ticket #17229
- Timestamp:
- Sep 20, 2013, 12:08:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17229
-
Property
Status
changed from
new
toassigned
- Property Cc Sebastien Brunot added
-
Property
Component
changed from
General
toDojoX Mobile
-
Property
Milestone
changed from
tbd
tofuture
- Property Owner set to Adrian Vasiliu
-
Property
Status
changed from
-
Ticket #17229 – Description
initial v5 1 When a dojox/mobile/Overlay is used inside a dojox/mobile/ScrollableView, showing the opener can make it cover the field associated with the Overlay.1 When a dojox/mobile/Overlay is used inside a dojox/mobile/ScrollableView, showing the opener can make it appear at a wrong location, outside of the visible area. 2 2 3 3 How to reproduce: 4 1. Open https://bugs.dojotoolkit.org/attachment/ticket/13865/test_Opener-scroll.html on Safari iPhone5 2. Scroll the view down to the field and clickit.6 ==> The opener is displayed above the field, not at the bottom of the screen ...4 1. Open https://bugs.dojotoolkit.org/attachment/ticket/13865/test_Opener-scroll.html on Safari (iPhone or iPad) 5 2. Scroll the view down to the field and tap it. 6 ==> The opener is displayed above the field, not at the bottom of the screen but at the top of the page thus in an invisible area... 7 7 8 8 Issue initially reported by Sebastien Brunot in a comment of #13865.