Changes between Initial Version and Version 18 of Ticket #15878
- Timestamp:
- Mar 10, 2013, 11:49:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15878
-
Property
Status
changed from
new
toclosed
- Property Cc cjolif bill added
-
Property
Component
changed from
DojoX Mobile
toGeneral
-
Property
Summary
changed from
ScrollableView: ListItem click event is duplicated on Android 4.1
todojo/touch click event normalization and fixes
-
Property
Milestone
changed from
tbd
to1.9
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #15878 – Description
initial v18 1 When you click on a ListItem contained in aScrollableView, the click event is duplicated.1 When you click on a !ListItem contained in a !ScrollableView, the click event is duplicated. 2 2 3 3 This affects only Android 4.1 and is related to http://code.google.com/p/android/issues/detail?id=36116 4 4 5 Workaround: listen for touchEnd instead of click event or use a View instead of a ScrollableView.5 Workaround: listen for touchEnd instead of click event or use a View instead of a !ScrollableView.