#6160 closed defect (duplicate)
Moving a dijit Dialog with a dijit Combobox in it doesn't close the Combobox's dropdown.
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Moving a dijit Dialog with a dijit Combobox in it doesn't close the Combobox's dropdown.
See test_Dialog.html, open first dialog, focus on DateTextBox and then move dialog to see (related?) example.
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to bill |
Version: | → 0.9 |
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Dup of #4613.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Problem: Typically Dialog gets an _onBlur event when you click somewhere else on the screen, but when dragging that doesn't happen.