Closed
Bug 6531
Opened 25 years ago
Closed 25 years ago
Disabling toolbar buttons by hand destroys toolbars
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: kerz, Assigned: eric)
References
()
Details
When ever I attemt to disable a toolbar button -
titledbutton id="mozine-button" align="right" value="MozillaZine"
onclick="window.frames[0].frames[1].location.href='http://www.mozillazine.org'"/
to
titledbutton id="mozine-button" align="right" value="MozillaZine"
onclick="window.frames[0].frames[1].location.href='http://www.mozillazine.org'"
disabled="true"/
the toolbars get completely trashed. They seem to take on the background pic of
the page that is loading, and the buttons disappear. Buttons can still be
clicked, if you know where they are.
The link to bug.navigator.xul has the very last button in it disabled, and it
creates this problem for me in the 05/15 nightly build.
Updated•25 years ago
|
Assignee: trudelle → pinkerton
Updated•25 years ago
|
Assignee: pinkerton → evaughan
Comment 1•25 years ago
|
||
reassigning to evaughan
Assignee | ||
Comment 2•25 years ago
|
||
There are disabled buttons in apprunner done the same way you have show and they
seem to work ok. Can you please attach an example file that reproduces the bug?
Thanks.
Assignee: evaughan → kerz
Reporter | ||
Comment 3•25 years ago
|
||
The file that causes this on my builds is located here -
http://www.mozillazine.org/problems/bug.navigator.xul
The line in the file that causes the problems is this
<titledbutton id="mz-button" align="right" value="ID:MZC0515" disabled="true"/>
(This line of code is the 4 to last line in the bug.navigator.xul file if you
wish to look at it.) if the disabled="true" is taken out, everything is fine.
But adding this to any button in the xul file causes this -
http://www.mozillazine.org/problems/bug.navigator.gif
Reporter | ||
Updated•25 years ago
|
Assignee: kerz → evaughan
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Comment 4•25 years ago
|
||
Confirmed. This does hose the browser. Assigning it to be fixed for M7.
Updated•25 years ago
|
OS: Windows NT → All
Hardware: PC → All
Comment 5•25 years ago
|
||
Expanding the main toolbar in navigator.xul from its collapsed state also yeilds
a similar result. Could it be related somehow?
I'm sure this is XP, changing platform and OS to all
Comment 6•25 years ago
|
||
adding myself to cc list.
Comment 7•25 years ago
|
||
I commited bug 7589 and it looks like its the same problem as described here.
Comment 8•25 years ago
|
||
adding myself to Cc: list.
Comment 9•25 years ago
|
||
toolbars functioning properly on win32 (windows95) build from 6/12/99.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
QA Contact: gerardok → ckritzer
Comment 10•25 years ago
|
||
Changing QA Contact to ckritzer@netscape.com.
Comment 11•25 years ago
|
||
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Reporter | ||
Comment 12•25 years ago
|
||
OK, this is an old bug that was long ago fixed.
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ckritzer → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•