We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Editor crashes.
There should not be any possibility to open styling menu while selecting an image.
The original issue is #448.
It's just probably a matter of isEnabled check around here.
isEnabled
The text was updated successfully, but these errors were encountered:
Fix: The dropdown menu should not open using the keyboard when disabl…
b066f2c
…ed. Closes #238.
Tests: Fixed dropdown test which failed after #238 fix.
fb5511a
Merge pull request #240 from ckeditor/t/238
fc524b8
Fix: The dropdown menu should not open using the keyboard when disabled. Closes #238.
oleq
Successfully merging a pull request may close this issue.
Steps to reproduce
Current result
Editor crashes.
Expected result
There should not be any possibility to open styling menu while selecting an image.
The original issue is #448.
Possible fix
It's just probably a matter of
isEnabled
check around here.The text was updated successfully, but these errors were encountered: