selected buttons stuck when after clicking without selecting text
amjazzed opened this issue · 2 comments
amjazzed commented
I faced this issue were you click anywhere in the edit field , then click the 'bold' button without selecting text .
the button will turn activated then clicking on it again to deactivate won't work , it remains selected .
it will work only after typing something .
codewithtyler commented
Typing text and seeing it as bold after hitting the bold button is an expected behavior. As for the buttons not getting deselected that may be a side effect of one of our recent features. I'll take a look at it and see what I can find. Thanks for reporting this!
spreadred commented
I can replicate this behavior as well.
- Open new page with editor
- Do not type anything
- Click "Bold"
- Attempt to unclick "Bold"; it stays selected
Note: The Ctrl+B keyboard shortcut does not suffer from this bug.