Closed
Bug 250355
Opened 21 years ago
Closed 20 years ago
Strange repeated dropdown arrow on menu buttons due to Winstripe arrow resizing
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: fpwoshg, Assigned: bugzilla)
Details
(Keywords: regression)
Attachments
(1 file)
325 bytes,
application/vnd.mozilla.xul+xml
|
Details |
The arrow on XUL button elements with type="menu" is repeated several times in
Winstripe (see the attached testcase). This is because Winstripe has reduced the
size of these arrow images. It could be fixed by adjusting the min-width and
min-height to 5px and 3px here:
http://lxr.mozilla.org/aviarybranch/source/toolkit/themes/winstripe/global/button.css#117
However this resizing also caused Bug 247161 so it might be better to adjust the
images so that they are the same size as before the theme change.
p.s. On a semi-related note, is chrome://global/skin/arrow/arrow-down.png
actually used anywhere or has that been accidentally added?
Comment 2•21 years ago
|
||
This probably also causes bug 241363
Comment 3•21 years ago
|
||
cc:ing the theme author
Comment 4•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050418
Firefox/1.0+
--> wfm
Please reopen if you still this issue
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 5•20 years ago
|
||
Broken in 1.0.3, fixed on trunk. Not sure if it makes sense to try to land this
fix on the branch. (If anyone knows where it got fixed.)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•