Closed Bug 4200 Opened 25 years ago Closed 25 years ago

titledbuttons don't display at all if not given an image

Categories

(Core :: XUL, defect, P3)

defect

Tracking

()

VERIFIED FIXED

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>
Target Milestone: M4
assigned to evaughan as p3 for m4
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
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.