Closed
Bug 470792
Opened 17 years ago
Closed 17 years ago
help.xul has a wrapper vbox that prevents the toolbar to be unified
Categories
(SeaMonkey :: Help Viewer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: stefanh, Assigned: stefanh)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
1.46 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
toolkit/themes/pinstripe/global/toolbar.css:
------------------------------------------------
.toolbar-primary,
window > toolbox:nth-of-type(1) > toolbar:nth-of-type(1) {
-moz-appearance: -moz-mac-unified-toolbar;
}
help.xul:
------------------------------------------------
<vbox flex="1">
<toolbox id="help-toolbox" class="toolbox-top">
<toolbar id="HelpToolbar" class="chromeclass-toolbar" chromedir="&locale.dir;">
I could be wrong, but I can't see any reason for the vbox.
| Assignee | ||
Comment 1•17 years ago
|
||
I figured it would be bad of me to re-indent everything, but I can of course do it if you think it's better.
Attachment #354197 -
Flags: review?(neil)
| Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Comment 2•17 years ago
|
||
Comment on attachment 354197 [details] [diff] [review]
Remove vbox wrapper
> <stringbundle id="bundle_viewZoom"/>
> <stringbundle id="findBundle"
> src="chrome://global/locale/finddialog.properties"/>
> <stringbundle id="bundle_help"
> src="chrome://help/locale/help.properties"/>
>-
I don't think it makes sense to remove this blank line as it delmits the nonpresentational elements above from the presentational elements below.
> </vbox>
> </hbox>
>- </vbox>
> </window>
Replacing the close tag with a blank line would at least preserve the nice "slope" effect ;-)
Attachment #354197 -
Flags: review?(neil) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Pushed changeset 314c9e78f9e1 (with comment #2 addressed) to mozilla-central.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
| Assignee | ||
Comment 4•17 years ago
|
||
Pushed changeset b56fb0f3033c to releases/mozilla-1.9.1.
Keywords: fixed1.9.1
Updated•10 years ago
|
Product: Toolkit → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•