#12000 closed defect (fixed)
Sometimes touch scrolling is not smooth on iPhone
Reported by: | ykami | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Mobile | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Depending on user application's dom structure in a view, sometimes touch scrolling is a bit slow and not smooth on iPhone. Very strangely, once I perform the two-finger scrolling operation on the view, touch scrolling becomes pretty smooth.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
(In [23247]) Fixes #12000. Proxy commit for Yoshiroh Kamiyama (IBM, CCLA). Avoid unnecessary and costly css changes on the dimension of the scroll bar dom for iPhone. Fixed the code to update the scroll bar using -webkit-transform instead of changing top/left/width/height.