Opened 9 years ago
Closed 8 years ago
#17166 closed defect (fixed)
List item is activated when tapping a scrolling list
Reported by: | Eric Durocher | Owned by: | Adrian Vasiliu |
---|---|---|---|
Priority: | high | Milestone: | 1.10 |
Component: | DojoX Mobile | Version: | 1.9.0 |
Keywords: | Cc: | Sebastien Brunot | |
Blocked By: | Blocking: |
Description
Reproduced with dojox/mobile/tests/test_ScrollableView-v.html: scroll the list (fast enough), release finger to let the "slide" animation run, while the list is sliding tap an item (quick touch/release): the transition to the new view occurs. This is inconsistent with the behavior of a native list, where tapping a list does not activate the tapped item.
Change History (4)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Owner: | changed from Eric Durocher to Patrick Ruzand |
---|---|
Priority: | undecided → high |
Status: | new → assigned |
comment:3 Changed 8 years ago by
Cc: | Sebastien Brunot added |
---|---|
Owner: | changed from Patrick Ruzand to Adrian Vasiliu |
comment:4 Changed 8 years ago by
Milestone: | tbd → 1.10 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
This is incidentally fixed by the recent fix of #17165.
Note: See
TracTickets for help on using
tickets.
Not quite sure this is a defect though, as the code is probably designed to do this... Maybe an enhancement only?