Closed
Bug 312825
Opened 20 years ago
Closed 20 years ago
Forward and Home buttons have no text in Help window.
Categories
(SeaMonkey :: Help Viewer, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 309384
People
(Reporter: bamm, Unassigned)
Details
Attachments
(2 files)
I appreciate that the Help window toolbar in the 1.5 branch has been given the
new "Selected text on right" look. However, although the -moz-box-orient:
horizontal has been added to the classic theme, the disappearance of the Forward
and Home button texts appears to have been hardcoded. This breaks themes that
have their -moz-box-orient set to vertical.
Instead, the text should be returned and the "Selected text on right" look
should be coded into the classic skin instead. This can be done by something like
#help-forward-button .toolbarbutton-text,
#help-home-button .toolbarbutton-text {
display: none;
}
| Reporter | ||
Comment 1•20 years ago
|
||
Note that -moz-box-orient: vertical is a must in IE Skin because it attempts to
copy the look of the help window in IE.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 309384 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Component: Help Documentation → Help Viewer
Product: Firefox → Toolkit
Resolution: --- → DUPLICATE
Version: 1.5 Branch → 1.8 Branch
| Reporter | ||
Comment 3•20 years ago
|
||
Although this looks good in the classic skin, we cannot force all themes to
follow classic's "Selected text on right" look.
| Reporter | ||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•