Opened 14 years ago
Closed 14 years ago
#5686 closed Bug (invalid)
Selected option should be focused in drop-down lists
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | SVN (CKEditor) - OLD |
Keywords: | IE | Cc: |
Description
Steps to reproduce
- Focus an editor and press ALT+F10 to focus the toolbar.
- Go to the font size field and select a size, then type some text.
- Focus the toolbar again with ALT+F10 and open the size list.
Notice that the first option isn't actually focused, so clicking enter doesn't do anything.
Change History (3)
comment:1 Changed 14 years ago by
Keywords: | Pending added |
---|---|
Milestone: | CKEditor 3.4 |
comment:2 Changed 14 years ago by
Keywords: | IE added; Pending removed |
---|---|
Milestone: | → CKEditor 3.4 |
This bug affects IE only (tested with IE 8 and FF 3.6.3).
comment:3 Changed 14 years ago by
Milestone: | CKEditor 3.4 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
That's the expected behavior. In fact you have the same behavior on the first step of your TC. The user must use the arrows to select one of the list options. Note that this is an accessibility feature.
WFM in trunk, give more clue?