#12517 closed defect (fixed)
[regression] ComboBox: drag select works poorly
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Not sure who broke this, but in 1.5.0 you can:
- mouse-down on the ComboBox arrow
- move your mouse to an item (like California)
- mouse up to select the item
In addition, as you move your mouse over the various items they will be highlighted.
In 1.6.0 and trunk it sort of works but all the items behind the drop down get highlighted in addition to every single item in the drop down being highlighted.
Tested on chrome/mac.
Change History (7)
comment:1 Changed 10 years ago by
Component: | Dijit - Form → Dijit |
---|---|
Owner: | Douglas Hays deleted |
comment:2 Changed 10 years ago by
Owner: | set to bill |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:6 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
This started happening with [22660]. ComboBox?'s _onArrowMouseDown was removed which did a dojo.stopEvent and replaced with _HasDropDown's _onDropDownMouseDown that does not call stopEvent, which triggers the text selection when the event bubbles.