#17633 closed defect (fixed)
dijit.form.DropDownButton doesn't close dropdown in IE10 and IE11 when loses focus
Reported by: | zuzusik | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.2 |
Component: | Dijit - Form | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Steps to reproduce:
Click on dropdown button -> dropdown is opened. Click somewhere outside -> dropdown is still opened.
Expected result - dropdown is closed.
You can clearly see this behaviour running tutorials on https://dojotoolkit.org/reference-guide/1.9/dijit/form/DropDownButton.html
IE version - 11.0.9600.16428 IE10 tested in IE11 emulation mode - also doesn't work.
Works fine in IE9 (tested in IE11 emulation mode)
Change History (3)
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.9.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 7 years ago by
Version: | 1.9.2 → 1.9.0 |
---|
Note: See
TracTickets for help on using
tickets.
This was fixed by 275211f84351d18b000b35cb495e8efc6fde7937 (#17600).
Although you specified that this problem happens in 1.9.2 I assume you were actually testing an older version of dojo.