Opened 10 years ago
Closed 10 years ago
#12632 closed defect (fixed)
Transition between ScrollableViews is not smooth
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
Transition between two ScrollableViews is not smooth especially when making backward slide transition. Also, flashing of scroll bar occurs unexpectedly.
This problem does not happen when the dojox.mobile.View widget is used as views. Seems like ScrollableView's problem.
Note: See
TracTickets for help on using
tickets.
(In [24253]) Fixes #12632 !strict. Do not handle touchEnd events when they come from the scroll bar.