Closed Bug 1404157 Opened 7 years ago Closed 5 years ago

option element is being resized when applied a CSS height

Categories

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

58 Branch
defect

Tracking

()

RESOLVED WORKSFORME
Webcompat Priority ?
Tracking Status
firefox55 --- affected
firefox56 --- affected
firefox57 --- affected
firefox58 --- affected

People

(Reporter: karlcow, Unassigned)

Details

(Whiteboard: [webcompat])

This is a spin off of https://webcompat.com/issues/10275
I created a codepen to reduce the issue
https://codepen.io/webcompat/pen/rGmXZV


<select name="fontid">
  <option value="0">ugly</option>
  <option value="1">Very ugly</option>
</select>

option {
    height: 200px;
}

In both Chrome and Safari, the option element is not resized.

In Firefox Desktop from 55 to 58 at least, it is being resized in ugly ways.
On Firefox Android 58, it is being resized to.



I wonder if it's defined in a spec (be resizable or not)
Flags: webcompat?
Priority: -- → P3
Flags: webcompat?

Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.

Webcompat Priority: --- → ?

See bug 1547409. Migrating whiteboard priority tags to program flags.

This was fixed somewhere along the way -- it no longer reproduces on desktop or mobile.

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