Changes between Initial Version and Version 1 of Ticket #15817, comment 1
- Timestamp:
- Aug 8, 2012, 8:14:11 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15817, comment 1
initial v1 1 The attached test_trac15817.html is a modified version of dojox/mobile/tests/test_ListItem-actions.html. The differences: increased number of items in the first list such that they don't fit in the screen height on either phones or tablet tes; also, the transitions are based on "moveTo" instead of onclick actions (however the bug hurts in both cases).1 The attached test_trac15817.html is a modified version of dojox/mobile/tests/test_ListItem-actions.html. The differences: increased number of items in the first list such that they don't fit in the screen height on either phones or tablets, thus forcing a browser scroll; also, the transitions are based on "moveTo" instead of onclick actions (however the bug hurts in both cases). 2 2 3 3 How to reproduce: load the file on a mobile device and scroll a couple of times. After only a few scrolling gestures, a view transition is triggered, while it shouldn't.