Skip to content
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

Toolbar is not being updated #19

Closed
akoskm opened this issue Mar 24, 2015 · 3 comments
Closed

Toolbar is not being updated #19

akoskm opened this issue Mar 24, 2015 · 3 comments

Comments

@akoskm
Copy link

akoskm commented Mar 24, 2015

In the current master branch the toolbar is not being updated.

To reproduce:

  1. open clear-formatting.html
  2. write some text
  3. select all
  4. click B

expected result:
selection is bold and the toolbar button B changes its class to btn-info

what happens:
selection is bold but the toolbar button B remains btn-default

It can be reproduced by starting any html from the examples directory.

@akoskm
Copy link
Author

akoskm commented Mar 24, 2015

The problem is caused by underscoreThrottle which throttles the bold command and it never gets to the callback function.

@Findus23
Copy link
Contributor

Is there already a fix for this issue?
It would be really helpful to be able to detect which button is activated.

@PallasDoesCode
Copy link
Contributor

@Findus23 No, there has not been a fix added for this yet.

steveathon added a commit that referenced this issue Sep 30, 2015
Fixed #58 and Fixed #19 - throttle interfering with UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants