Closed
Bug 928877
Opened 11 years ago
Closed 6 years ago
"-moz-appearance: textfield" doesn't make elements look like a textfield, on B2G
Categories
(Core Graveyard :: Widget: Gonk, defect)
Core Graveyard
Widget: Gonk
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dholbert, Unassigned)
Details
Attachments
(2 files)
1.94 KB,
patch
|
Details | Diff | Splinter Review | |
32.97 KB,
text/plain
|
Details |
Bug 875275's reftests currently assume that <button style="-moz-appearance: textfield"> render the same as <input>, theming-wise.
That assumption holds up everywhere except for B2G, apparently, per my most recent Try run there. The B2G "R6" orange is due to this:
https://tbpl.mozilla.org/?tree=Try&rev=3bf21191ab6f
(The textfield-vs-button rendering difference is particularly noticable in the view of "margin-padding-1.html" in reftest-analyzer there.)
Reporter | ||
Comment 1•11 years ago
|
||
Here's a reftest patch that can be pushed to Try to demonstrate this bug. It has two variants (one with a <div>, one with a <button>) with "-moz-appearance: textfield".
Both variants fail on B2G, as showed in this Try run:
https://tbpl.mozilla.org/?tree=Try&rev=c7eecbb8dd9c
So this isn't <button>-specific -- it fails with <div>, too. So it looks like B2G just ignores "-moz-appearance: textfield" altogether.
Reporter | ||
Updated•11 years ago
|
Summary: <button style="-moz-appearance: textfield"> doesn't look like a textfield on B2G → "-moz-appearance: textfield" doesn't make elements look like a textfield, on B2G
Reporter | ||
Comment 2•11 years ago
|
||
For reference, here's the relevant snippet of the reftest log from the Try run in comment 1 (showing the failures in the moz-appearance-1* reftest files that are included in the attached reftest-patch).
Comment 3•6 years ago
|
||
Closing as we are not working on Firefox OS anymore.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•