Closed
Bug 309384
Opened 19 years ago
Closed 19 years ago
Inconsistent showing of labels in help viewer
Categories
(SeaMonkey :: Help Viewer, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
Details
Attachments
(2 files)
|
1.76 KB,
patch
|
Details | Diff | Splinter Review | |
|
17.44 KB,
image/png
|
Details |
The back button has a label, but the forward button not, for example. Probably, all buttons need a label, not?
| Assignee | ||
Comment 1•19 years ago
|
||
This adds the labels to the forward button and the home button.
Attachment #196834 -
Flags: first-review?(jwalden+fxhelp)
| Assignee | ||
Updated•19 years ago
|
Assignee: jwalden+fxhelp → martijn.martijn
Comment 2•19 years ago
|
||
Comment on attachment 196834 [details] [diff] [review] patch You want review from Mike here on this as it's a UI change. I'm pretty sure this was intentional, tho, so I'd bet this'll be marked WONTFIX.
Attachment #196834 -
Flags: first-review?(jwalden+fxhelp) → first-review?(mconnor)
Comment 4•19 years ago
|
||
Comment on attachment 196834 [details] [diff] [review] patch This was by design, and I intend to implement this for Firefox 2.0 as well
Attachment #196834 -
Flags: first-review?(mconnor) → first-review-
| Assignee | ||
Comment 5•19 years ago
|
||
Ok, then feel free to WONTFIX this bug. But, I'm curious, what is the idea behind this?
Comment 6•19 years ago
|
||
selective text gives you bigger target areas for common actions, so the back button is bigger than the forward button, which gets used a lot less.
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Comment 8•19 years ago
|
||
Here's what I wrote in the duplicate:
I appreciate that the Help window toolbar in the 1.5 branch has been given the
new "Selective 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 "Selective 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;
}
I am not against making the toolbar "Selective text". I just believe that there
are better ways to accomplish this without breaking other themes.
Comment 9•19 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 10•19 years ago
|
||
The labels weren't removed from help.dtd, so there's no l10n issue: http://lxr.mozilla.org/mozilla1.8/source/toolkit/locales/en-US/chrome/mozapps/help/help.dtd I'd suggest to make a patch (start with the first patch in this bug and add the css to the help.css files) and request review from mconnor.
Comment 11•19 years ago
|
||
When I filed Bug 312825, a resolved dupe of this one, my intention was not to bring back the Forward and Home button text to the default Firefox look, but just to change the way selective text is implemented. Just as there is good reason for the default look to have "Selective text", there is also good reason for the theme "IE Skin" to have "Text and Icons". It should be implemented in a way that does not break existing themes.
Updated•9 years ago
|
Product: Toolkit → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•