Closed
Bug 4200
Opened 26 years ago
Closed 26 years ago
titledbuttons don't display at all if not given an image
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: danm.moz, Assigned: eric)
Details
The following toolbar spec creates a toolbar containing only one button
(the "Back" button). This is recent; buttons without images were
quite possible until perhaps a couple of days ago.
<toolbar>
<titledbutton
src="resource:/res/toolbar/TB_Back.gif" align="bottom"
value="Back" onclick="BrowserBack()"/>
<titledbutton
align="bottom"
value="Forward" onclick="BrowserForward()"/>
<titledbutton
value="Reload" onclick="window.frames[0].location.reload()"/>
</toolbar>
Updated•26 years ago
|
Target Milestone: M4
Comment 1•26 years ago
|
||
assigned to evaughan as p3 for m4
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
verified on
1999-06-16-08 RedHat Linux 5.2 kernel 2.2.7
1999-06-16-08 WinNT 4.0 sp4
1999-06-16-08 MacOS 8.51
You need to log in
before you can comment on or make changes to this bug.
Description
•