#17739 closed defect (fixed)
ComboBox: screen jumps upon selection (RTL / mobile)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.6 |
Component: | Dijit | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Run attached test case on iPad in portrait mode. Scroll to the right, to see the form controls. Select an item from the ComboBox? drop down. The screen will suddenly scroll to the left, making the form controls disappear.
This is caused by an unnecessary call to scrollIntoView() and a bug in scrollIntoView() which I've filed as #17740.
Attachments (1)
Change History (6)
Changed 8 years ago by
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.7.6 |
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
test case showing problem