#14086 closed defect (fixed)
Cannot select ComboBox item on some Android devices
Reported by: | Atsushi Ono | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox.mobile.ComboBox does not work as expected on some Android devices.
Steps to reproduce:
- Open test_FormControls.html
- Click ComboBox field
- Cannot scroll the combobox popup list nor select item. (Just close popup)
This can be reproduced on Galaxy Tablet.
Attachments (1)
Change History (5)
Changed 9 years ago by
Attachment: | comboboxmenu.patch added |
---|
comment:1 Changed 9 years ago by
It is because the workaround code for Android input field jumping issue is enabled unexpectedly in scrollable widget inside ComboBox popup menu. I attached the fix to it.
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
[patch][ccla] Fix for _ComboBoxMenu.js