Opened 10 years ago
Last modified 10 years ago
#13044 confirmed Bug
Focus in tabs panel works in a weird way if there are some disabled tabs. — at Initial Version
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | |
Keywords: | Cc: |
Description
Disabled tabs should be focusable, but user must not be able to activate them. It is the same policy as for disabled toolbar buttons.
Consider following TC:
- Open http://ckeditor.dev/plugins/image2/samples/image2.html
- Place caret in an image caption.
- Open link dialog.
- Focus tab (the only enabled).
- Press
right
arrow key.
Expected result:
You should be able to focus any tab despite it being disabled or not.
Current result:
Using left/right keys you can reach the disabled tabs, but you can't leave them then.
Additional info:
- You might have hard times seeing what's focused if branch t/13027 was not yet merged. In such case add following CSS rule:
a.cke_dialog_tab:focus { background: #ebebeb; }