Opened 11 years ago
Closed 11 years ago
#12697 closed defect (fixed)
ScrollableView - CheckBox State Will be Rolled Back after Touching
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
On mobile devices, if you touch the check box, it will be checked for a short time and then it will be unchecked. It's more easy to reproduce if the contents of the ScrollableView are complex. This should have something to do with the bug that TextArea cannot be selected in ScrollableView. It seems that there's some problem when handling touch/click events between ScrollableView and CheckBox. I guess the event might be handled twice by the CheckBox.
[IBM:2305]
Note: See
TracTickets for help on using
tickets.
(In [24366]) Fixes #12697 !strict. Do not generate a click event programmatically when a form element (input, select, etc.) is clicked.