Closed cauethenorio closed 7 years ago
@cauethenorio please make sure you're using version 2.7.0. This issue is fixed in the latest version.
Thanks @stefanneculai, using v2.7.0 the issue is gone.
@stefanneculai I'm on version v3.2.3 and this issue seems to have returned.
Expected behavior.
After selecting an image in the froala editor I want to select a input/textarea element in the page and remove it's content with the backspace key
Actual behavior.
After selecting an image in the froala editor any input/textarea element in the page ignore the backspace key press
Steps to reproduce the problem.
OS.
OSX 10.11.6
Browser.
Chrome 61 Edge 15
Froala try to avoid user leave the page while an image is being uploaded to the editor, default-preventing the backspace key press event globally while a image is selected. But when you create an editor instance with the iframe option, any selected image keep selected even after you select other elements in the page.