-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header button has no effect #665
Comments
No matter what text I'm selecting it has no effect. Not sure why it work for you but not for me. |
Screen capture of the issue Firefox 46 on Ubuntu 16.04 |
I can reproducing this bug on Google Chrome and Firefox (Fedora x64) i think bug in toolbar button events. if i clicked very fast editor working. But if i do onmousedown on the button, button disappears, mouse doing onmosemove on other element, focus lost, and i cant do onmouseup on the button and doing onmouseup on different element |
Working now on beta.quilljs.com |
Can't change a line to h1
Text align button has similar issue.
Steps for Reproduction
Expected behavior:
The selected paragraph should switch to
<h1>
Actual behavior:
Heading isn't set.
The editor loses focus.
Platforms:
Firefox 46 on Windows 7
Version:
1.0-Beta.2
The text was updated successfully, but these errors were encountered: