Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Buttons update unexpectedly (mouseout) #224

Open
CynderR opened this issue Aug 10, 2018 · 0 comments
Open

Buttons update unexpectedly (mouseout) #224

CynderR opened this issue Aug 10, 2018 · 0 comments

Comments

@CynderR
Copy link

CynderR commented Aug 10, 2018

With the WYSIWYG editor, if you select outside of the text area and then mouse over the WYSIWYG area, the buttons update to show the state of whatever the current selection is. This is because of
editor.attr('contenteditable', true).on('mouseup keyup mouseout', function () {
Removing the mouseout from that line fix's the issue, but im not sure if it breaks some functionality.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant