Closed
Bug 40054
Opened 25 years ago
Closed 25 years ago
forward button's xul has an extraneous orient="vertical"
Categories
(Core :: XUL, defect, P1)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: suttree, Assigned: bugs)
Details
(Whiteboard: [nsbeta2+])
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (Win98; U)
BuildID: 2000052020
The forward button's xul in chrome/packages/core/navigator/content/navigator.xul
has the attribute orient="vertical" that the back button's xul does not have.
This is messing up my ability to skin the browser (the forward button's
dropmarker ends up below the forward button, instead of beside it).
Could this be removed?
| Assignee | ||
Comment 1•25 years ago
|
||
you're right, the use of orient on the button is deprecated. This is a simple
fix to change orient="vertical" to class=" .. top"
This is my bug. A serious skinnability flaw, marking nsbeta2.
| Assignee | ||
Comment 3•25 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•