#19030 closed defect (fixed)
Select options do not close when its draggable Dialog is closed
Reported by: | Neil Roberts | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.12 |
Component: | General | Version: | 1.12.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The event handling performed in dojo/dnd/Moveable
prevents the focus handler from detecting blur events. In the Dialog, with the close button in the draggable area, it will receive the click event and so close, but without notifying the focus system. We can take the close button out of the draggable events by stopping the events that would otherwise initiate the drag.
Attached is the test to reproduce this issue: click the select dropdown to open it, then click on the close button. The select dropdown will remain open. A second test with draggable: false
does not have this issue.
Attachments (2)
Change History (9)
Changed 3 years ago by
Attachment: | draggable_true.html added |
---|
Changed 3 years ago by
Attachment: | draggable_false.html added |
---|
comment:1 Changed 3 years ago by
comment:2 Changed 2 years ago by
Owner: | set to dylans <dylan@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In dc79228/dijit:
comment:7 Changed 2 years ago by
Milestone: | tbd → 1.9.12 |
---|
Note: See
TracTickets for help on using
tickets.
PR https://github.com/dojo/dijit/pull/133