Open
Bug 1317578
Opened 8 years ago
Updated 2 years ago
[css-grid][css-align] <input type=color> grid item does not stretch
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
data:text/html,<div style="display:grid; grid:200px/600px"><input type=color></div>
The problem is similar to bug 1317524 - a hardcoded width/height in the UA sheet:
http://searchfox.org/mozilla-central/rev/886d5186f0598ab2f8a9953eb5a4dab9750ef834/layout/style/res/forms.css#660-661
Changing those to min-* sizes instead fixes the problem.
I don't know how web-compatible that would be though.
Reporter | ||
Comment 1•8 years ago
|
||
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•