Closed
Bug 581480
Opened 13 years ago
Closed 13 years ago
textbox[type="search"] icons are clipped on Android
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
Details
Attachments
(1 file)
844 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
We are inheriting a -moz-image-region that expects a 16x16 icon: http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/faststripe/global/textbox.css#100 This makes only the top left corner of the search field icon appear. Here's a patch to fix this. This only affects Android because we build with MOZ_THEME_FASTSTRIPE by default on Android.
Attachment #459857 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #459857 -
Flags: review?(mark.finkle) → review+
Comment 1•13 years ago
|
||
hmm we use "-moz-initial" in other places: http://mxr.mozilla.org/mobile-browser/source/themes/core/notification.css#11
Assignee | ||
Comment 2•13 years ago
|
||
The initial value of -moz-image-region is "auto", so -moz-initial is equal to auto for this property: https://developer.mozilla.org/en/CSS/-moz-image-region
Comment 3•13 years ago
|
||
pushed: http://hg.mozilla.org/mobile-browser/rev/ded7a4d9af03
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•