Closed Bug 1641721 Opened 4 years ago Closed 8 days ago

option disabled: options are indistinguishable from enabled ones

Categories

(Core :: Layout: Form Controls, defect)

78 Branch
defect

Tracking

()

RESOLVED WORKSFORME
Webcompat Priority P3
Tracking Status
firefox77 --- affected
firefox78 --- affected

People

(Reporter: karlcow, Unassigned)

References

()

Details

https://codepen.io/webcompat/pen/xxwojaq

<style>
select {
  font-size: 100%;
}

option {
  color: rgb(0, 0, 0);
}

</style>
<select>
  <option disabled="disabled">disabled</option>

  <option selected="selected">selected and not disabled </option>

  <option>not disabled</option>
</select>

in Chrome and Safari, the disabled state is shown.
in firefox as soon as we quit the native rendering, the disabled state visibility is removed.

Severity: -- → S3
Webcompat Priority: ? → P3

Disabled options have a clear visual difference now.

Status: NEW → RESOLVED
Closed: 8 days ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.