#12833 closed defect (fixed)
plugin dialog stuck open after double click in editor body
Reported by: | hengly | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Editor | Version: | 1.6.0 |
Keywords: | dialog, editor, toolbar | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
1.Running the test html
2.Creating a link dialog and input valid link for example(http://www.aol.com), type the description for the link "Aol link"
3.Then the linked text will be presented on the editor body.
4.Double-clicking the text, then the dialog will be displayed again,then clicking the text
Expected: The dialog will be closed after step 4
Actual:
The dialog still represent.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | test_Editor.html added |
---|
comment:1 Changed 10 years ago by
Component: | General → Editor |
---|---|
Description: | modified (diff) |
Milestone: | tbd → future |
Summary: | The dialog of plugins cannot disappear after clicking into the editor body → plugin dialog stuck open after double click in editor body |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | future → 1.7 |
---|
comment:4 Changed 10 years ago by
(In [24739]) The dropdown needs to be focused after opening for body click to close it. Same issue in the InsertAnchor? plugin. refs #12833
Note: See
TracTickets for help on using
tickets.
That's a strange one, not sure if the problem is in editor or the popup code. I'll take a look eventually unless someone else wants to look first.