Closed
Bug 114475
Opened 24 years ago
Closed 23 years ago
primary toolbar button/icon appears in the wrong order on first window
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: hewitt)
Details
(Keywords: polish, regression)
Attachments
(2 files)
|
34.31 KB,
image/png
|
Details | |
|
896 bytes,
patch
|
cmanske
:
review+
|
Details | Diff | Splinter Review |
not sure if this is limited to linux, or the editor app. seen using
2001.12.10.08 comm bits on rh7.2.
basically, the editor app icon sometimes appears in the middle of the toolbar.
wacky. will attach screenshot soon.
| Reporter | ||
Updated•24 years ago
|
Keywords: polish,
regression
| Reporter | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
This happens in Navigator also, the print button sometimes appears before the
urlbar. This only happens to Nav and Editor if they are the first window you
open when starting mozilla - all subsequent windows are fine.
This occurred when I simplified the anonymous content for the modern primary
toolbar binding, but nothing is wrong with the binding. XBL seems to be getting
confused.
Status: NEW → ASSIGNED
Summary: modern: editor app icon appears in the middle of the toolbar → primary toolbar button appear in the wrong order on first window
Comment 4•24 years ago
|
||
I'm so glad others are finally seeing this! It's very wacky.
Here are the order of buttons according to our XUL:
<toolbarbutton id="newButton"/>
<toolbarbutton id="openButton"/>
<toolbarbutton id="saveButton"/>
<toolbarbutton id="previewButton"/>
<toolbarbutton id="printButton" />
<toolbarbutton id="spellingButton"/>
<toolbarseparator class="toolbarseparator-primary"/>
<toolbarbutton id="imageButton"/>
<toolbarbutton id="hlineButton"/>
<toolbarbutton id="tableButton"/>
<toolbarbutton id="linkButton"/>
<toolbarbutton id="namedAnchorButton"/>
But the order of buttons in my debug build is just as shown in the screenshot:
New, Save, Print [Composer Graphic],Open, Browse, Spell, Image, Table, Anchor,
Hline, Link.
The most noticeable difference is the location of the "Composer Graphic", which
is supposed to be at the beginning, but as you can see the order is really
completely scrambled!
Severity: normal → major
| Reporter | ||
Updated•24 years ago
|
Summary: primary toolbar button appear in the wrong order on first window → primary toolbar button/icon appears in the wrong order on first window
| Assignee | ||
Comment 5•24 years ago
|
||
I have a workaround for the xbl bug that I am going to check in. Don't have
time to fix the xbl problem before 0.9.7, and it's not trivial.
| Assignee | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment on attachment 62034 [details] [diff] [review]
patch
r=cmanske
Works for me!
Attachment #62034 -
Flags: review+
| Reporter | ||
Comment 8•23 years ago
|
||
hey, this is now working for both me and patty! ie, using 2001.12.18.08 comm
bits on linux.
was this checked in, and should this be resolved?
| Assignee | ||
Comment 9•23 years ago
|
||
fixed on trunk and branch
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•