#17157 closed defect (fixed)
dojox/mobile/ComboBox popup menu opens and closes incorrectly
Reported by: | sgrebnov | Owned by: | Adrian Vasiliu |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.1 |
Component: | DojoX Mobile | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Description
- ComboBox opens correctly only the first time it is clicked. The next time only popup menu title opens, menu items are not displayed.
- If the value of the top position of the popup menu is greater than the value of the screen height, the popup menu closes immediately after scrolling.
Attachments (3)
Change History (6)
Changed 8 years ago by
Attachment: | FixForComboBoxMenuPopup.patch added |
---|
Changed 8 years ago by
Attachment: | ImprovedFixForComboboxOnW7.patch added |
---|
Fixes the case "popup menu closes immediately after scrolling"
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.9.1 |
Owner: | changed from Eric Durocher to Adrian Vasiliu |
Status: | new → assigned |
Summary: | ComboBox popup menu opens and closes incorrectly → dojox/mobile/ComboBox popup menu opens and closes incorrectly |
Changed 8 years ago by
Attachment: | Adds_test_ComboBox-widepage.patch added |
---|
Adds the test page to demonstrate the issue case #2
Note: See
TracTickets for help on using
tickets.
Fixes "ComboBox? opens correctly only the first time it is clicked". Sergey Grebnov (CLA)