Open
Bug 1495121
Opened 7 years ago
Updated 3 years ago
[writing-mode] <input type=file> doesn't resize correctly with vertical writing-mode
Categories
(Core :: Layout: Form Controls, defect, P4)
Core
Layout: Form Controls
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: testcase)
STR
1. load data:text/html,<input type=file style="writing-mode:vertical-lr; height:50%; outline:1px solid">
2. resize the window height to be very small, then normal size again
ACTUAL RESULT
When the the bottom edge of the control touches the window edge
it's made smaller (OK), but it doesn't grow after the window is
made larger again.
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•