Opened 11 years ago
Last modified 11 years ago
#11259 confirmed Bug
Pressing down arrow when menu containing richcobmo is focused, will not move focus to first potion — at Initial Version
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | |
Keywords: | Cc: |
Description
until master
I feel that there is a case when down arrow with buttons does not work as expected. It works good with i.e. language button, color buttons - but still does not work as expected with richcombos, because it still does not focus first option.
The exception here is format menu, which checks currently active format.
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- navigate using keyboard to styles dropdown (focus it)
- press down arrow
Expected result:
First entry in dropdown should be focused, in this case Italic Title.
Current result:
Only menu is focused.
additional info:
- funny thing is that we don't block down arrow in this case, if scrollbar is visible (in document contianing editor), and its moveable towards bottom, then pressing down arrow will move screen
origin issue:
[t/11075 http://dev.ckeditor.com/ticket/11075]