Opened 9 years ago
Closed 8 years ago
#15602 closed defect (fixed)
Dialog: popups don't close when dragging a dialog (IE9)
Reported by: | dragonli | Owned by: | bill |
---|---|---|---|
Priority: | low | Milestone: | 1.9 |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
steps to reproduce the problem:
1) Create a dijit dialog
2) Add a ComboBox widget in the dialog
3) In IE9, when dragging&moving the dialog, the Combobox Menu of the widget is not released.
Note: it only happens in IE9. Suspect that the onBlur event is not triggered by dragging the dialog. Many thanks
Attachments (2)
Change History (8)
Changed 9 years ago by
Attachment: | ComboboxDragIssue.png added |
---|
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Priority: | undecided → low |
Summary: | In IE 9 , ComoBoxMenu can not be released when dragging the container - dijit button → Dialog: popups don't close when dragging a dialog (IE9) |
comment:2 Changed 9 years ago by
Yes, it think this is correct. For some reason, using IE9, the ComboBox is not closed when dragging the dialog, see testcase attached. The same thing happens when a FilteringSelect is used.
Changed 9 years ago by
Attachment: | testDialog.html added |
---|
comment:4 Changed 9 years ago by
However it doesn't matter whether the FilteringSelect or ComboBox is inside a dialog or not: the event (blur?) responsible for closing the drop down is not fired(?)/ fails(?) on IE9.
The aftereffects are the same as already reported in http://bugs.dojotoolkit.org/ticket/5777.
comment:5 Changed 8 years ago by
Milestone: | tbd → future |
---|
comment:6 Changed 8 years ago by
Milestone: | future → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This is no longer an "issue" because now on IE9, the drop down is dragged with the Dialog, thanks to [30911].
I'll try to reproduce although it's always better if you attach a test case.