Opened 10 years ago
Closed 10 years ago
#12711 closed defect (invalid)
In IE9 FilteringSelect requires two clicks to display menu, when using with dojo.connect
Reported by: | hrvojej | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | IE9, FilteringSelect, dojo.connect | Cc: | |
Blocked By: | Blocking: |
Description
In IE9 first click erases input field, and second one shows dropdown menu. Example http://jsbin.com/ugune4 Source http://jsbin.com/ugune4/edit
It works ok in ff, opera, safari, chrome (dropdown menu on first click).
Change History (2)
comment:1 Changed 10 years ago by
Component: | General → Dijit - Form |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The description fails to mention that the testcase sets the displayedValue inside an onFocus handler, which is confusing the search code. The desired effect can be achieved by setting this.focusNode.value=; instead of displayedValue.