Opened 10 years ago

Last modified 10 years ago

#11259 confirmed Bug

Pressing down arrow when menu containing richcobmo is focused, will not move focus to first potion

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version:
Keywords: Cc:

Description (last modified by Marek Lewandowski)

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.

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. navigate using keyboard to styles dropdown (focus it)
  3. 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:

  1. 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

Change History (3)

comment:1 Changed 10 years ago by Marek Lewandowski

Description: modified (diff)

comment:2 Changed 10 years ago by Marek Lewandowski

Description: modified (diff)

comment:3 Changed 10 years ago by Frederico Caldeira Knabben

Component: GeneralUI : Toolbar
Status: newconfirmed

I agree with this, but this touches also the format combo. No matter if there is an active value in the combo, the way it works should match exactly the menu-button behavior:

  1. ARROW-DOWN: opens the combo and focus the first item.
  2. ENTER and SPACE: opens the combo with not item focused.
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy