Widget nested editable triggers blur event on focus in Firefox #2470
Labels
browser:firefox
The issue can only be reproduced in the Firefox browser.
plugin:copyformatting
The plugin which probably causes the issue.
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
Step 3 should log
and step 5 should log
Actual result
Step 3 logs
and step 5 doesn't log anything.
Other details
It doesn't reproduce on Chrome or if you remove the
copyformatting
plugin.My investigation shows that this is a regression caused by 3a9f058 which was committed in CKEditor 4.10.0 . The change for Firefox is that
has become
so the
applyFormatting
command requires the editor to be focused but in my case I don't call this command explicitly so I don't understand how it affects the widget.The text was updated successfully, but these errors were encountered: