Open Bug 1376718 Opened 7 years ago Updated 2 years ago

Incorrect behavior of "cursor: auto" over form controls

Categories

(Core :: Layout: Form Controls, enhancement, P3)

55 Branch
enhancement

Tracking

()

UNCONFIRMED
Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- ?

People

(Reporter: florian, Unassigned)

Details

The "auto" behavior of the "cursor" property used to be only vaguely defined, but to improve interoperability, the latest specification[1] is more clear:

> auto behaves as 'text' over text, and 'default' otherwise.

Other expected effects, such as the cursor changes over form controls should be achieved using the UA stylesheet, rather than through the magic behavior of the "auto" value.

Forefpx uses "auto" rather than the UA stylesheet to adjust the cursor over form controls, which causes the following tests to fail:

https://test.csswg.org/harness/test/css-ui-3_dev/single/cursor-auto-005/format/html5/


[1] https://drafts.csswg.org/css-ui-3/#valdef-cursor-auto
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Priority: -- → P3
This is the last thing standing between CSS-UI-3 and REC. I'd be nice if this could be fixed before long.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.