Opened 10 years ago
Last modified 10 years ago
#12359 confirmed Bug
Editor blur event is triggered when opening dialog with file element
Reported by: | Armando Ota | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.2 |
Keywords: | Cc: |
Description (last modified by )
Editor blur event is triggered when opening dialog with file element. If you don't put file element inside a dialog blur event is not triggered!
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | pluginAndFiles.zip added |
---|
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
Summary: | inline editor blur event is triggered when opening dialog with file element → Editor blur event is triggered when opening dialog with file element |
Version: | 4.4.2 → 3.2.2 |
- You don't need inline editor to reproduce this. It happens in both inline and classic.
- I was able to reproduce this problem from CKEditor 3.2.2
- In my case blur event was fired after second dialog open/close
- My test case steps were to focus editor, open file dialog, close it, open it again and close it with any button.