Changes between Initial Version and Version 1 of Ticket #15602
- Timestamp:
- Jul 3, 2012, 10:55:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15602
-
Property
Priority
changed from
undecided
tolow
-
Property
Summary
changed from
In IE 9 , ComoBoxMenu can not be released when dragging the container - dijit button
toDialog: popups don't close when dragging a dialog (IE9)
-
Property
Priority
changed from
-
Ticket #15602 – Description
initial v1 1 1 steps to reproduce the problem: 2 2 3 1) Create a dijit dialog 3 2) Add a ComboBox widget in the dialog 4 3) In IE 9, when dragging&moving the dialog, the Combobox Menu of the widget is not released. 4 5 2) Add a !ComboBox widget in the dialog 6 7 3) In IE9, when dragging&moving the dialog, the Combobox Menu of the widget is not released. 8 5 9 Note: it only happens in IE9. 6 10 Suspect that the onBlur event is not triggered by dragging the dialog.