Open Bug 1846867 Opened 2 years ago Updated 2 years ago

<select multiple> in vertical-rl writing mode should follow physical direction

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

Firefox 115
defect

Tracking

()

UNCONFIRMED

People

(Reporter: dizhangg, Unassigned)

Details

Steps to reproduce:

  1. Follow url: https://software.hixie.ch/utilities/js/live-dom-viewer/saved/11905
    Or create a <select multiple> element with at least 2 options and writing mode vertical-rl.
  2. Select option 3.
  3. Using keyboard, navigate by pressing Right arrow key.
  4. Using keyboard, navigate by pressing Left arrow key.

Actual results:

Pressing right arrow key does not move to next right option (Option 2).
Pressing left arrow key moves to next right option (Option 2).

Expected results:

Pressing right arrow key moves to next right option (Option 2).
Pressing left arrow key moves back to original option (Option 1).

The Bugbug bot thinks this bug should belong to the 'Core::DOM: UI Events & Focus Handling' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → DOM: UI Events & Focus Handling
Product: Firefox → Core
Severity: -- → S4
You need to log in before you can comment on or make changes to this bug.