-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
package:uitype:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
Milestone
Description
📝 Provide detailed reproduction steps (if any)
- Open any demo with menu bar, e.g. https://ckeditor.com/docs/ckeditor5/latest/examples/builds-custom/full-featured-editor.html
- Disable a menu from menu bar typing
editor.ui.view.menuBarView.menus[ 0 ].isEnabled = false;
in the console. - Focus the editor.
- Press
Opt+F9
to focus menu bar. - Press "arrow down" when the disabled menu is focused.
✔️ Expected result
Nothing happens, menu should not be open.
❌ Actual result
Menu opens normally.
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
- Browser: …
- OS: …
- First affected CKEditor version: …
- Installed CKEditor plugins: …
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
Metadata
Metadata
Assignees
Labels
package:uitype:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.