#15842 closed defect (fixed)
dojox/mobile/ScrollablePane not stopped on touch when scrolling
Reported by: | Wouter Hager | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | 1.10.8 |
Component: | DojoX Mobile | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a scrollable list is already scrolling it doesn't stop when touched again. The user has to wait for the list to stop scrolling to regain control. This behavior doesn't work well with longer lists.
Change History (13)
comment:1 Changed 9 years ago by
Component: | General → DojoX Mobile |
---|---|
Owner: | set to Eric Durocher |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
I tested this on a desktop windows 7 /w firefox 14. incidentally, on android Firefox the demos don't work.
comment:4 Changed 9 years ago by
When I reduce the timeout to reconnect onTouch to 200 msecs, I can clearly see the scrollable layer is still moving and not stopped when I click, causing a jerking of the content and scrollbar. I did this with noCover:true, because the cover will prevent the touch node from ever being reached until it is removed (is the cover still required when we have user-select and unselectable?).
_runSlideAnimation doesn't seem to be cancellable.
Same in Android native browser. Can't see why android firefox won't cooporate...
comment:5 Changed 8 years ago by
Owner: | changed from Eric Durocher to Patrick Ruzand |
---|---|
Status: | new → assigned |
comment:6 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Given that no one has shown interest in creating a patch in the past 3+ years, I'm closing this as patchwelcome.
comment:7 Changed 4 years ago by
Milestone: | 1.13 → 1.12.2 |
---|---|
Priority: | undecided → low |
Resolution: | patchwelcome |
Status: | closed → reopened |
comment:8 Changed 4 years ago by
Owner: | changed from Patrick Ruzand to dylan |
---|---|
Status: | reopened → assigned |
comment:13 Changed 4 years ago by
Milestone: | 1.12.2 → 1.10.8 |
---|
I can't reproduce this. Tried to modify dojox/mobile/tests/test_ScrollablePane_demo.html and added more items to one of the lists, the list stops as expected if I touch while scrolling (tested on iPhone).
Can you please give more details? Which device/OS, and ideally a simple code sample that reproduces the problem.