Open Bug 1806972 Opened 1 year ago Updated 1 year ago

Keyboard interaction with input type range with step="any" does not give expected experience.

Categories

(Firefox :: Keyboard Navigation, defect)

Firefox 108
Desktop
All
defect

Tracking

()

People

(Reporter: dave, Unassigned, NeedInfo)

References

(Blocks 1 open bug)

Details

When using an input type range element has step set to any the experience does not match what is expected and other browsers.
<inupt type="range" min="0" max="3" step="any">
When interacting with a pointer device, trackpad/mouse the increments are to many decimal places.
When interacting with a keyboard the steps are to whole integers of 1.
Other browsers have implemented this to 0.01 steps.
I have built a demo showing all of this:
Range Step any firefox a11y bug

Blocks: input-range

The severity field is not set for this bug.
:dao, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(dao+bmo)
You need to log in before you can comment on or make changes to this bug.