Closed
Bug 97253
Opened 23 years ago
Closed 23 years ago
XBL Default Content Bug in LocateInstance
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9.7
People
(Reporter: jag+mozilla, Assigned: hewitt)
References
Details
(Whiteboard: [xbl 1.0])
Attachments
(1 file)
(deleted),
patch
|
jag+mozilla
:
review+
|
Details | Diff | Splinter Review |
In bindings/titledbox.xml, put:
<binding id="caption"
extends="chrome://global/content/bindings/general.xml#basetext">
<content>
<xul:hbox inherits="orient,align,pack,dir" class="box-inherit
button-text-box" align="center" pack="center"> <!-- should not be needed -->
<children>
<xul:image class="caption-icon" inherits="src=image"/>
<xul:label class="caption-text" flex="1"
inherits="default,value=label,crop,accesskey"/>
</children>
</xul:hbox> <!-- should not be needed -->
</content>
</binding>
add proper binding in xul.css, add caption to groupbox's first children
includes, and add caption to your favorite skin's proper css file. Oh, and
change a few labels inside groupboxes to captions :-)
Updated•23 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [xbl 1.0]
Target Milestone: --- → mozilla0.9.5
Updated•23 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Updated•23 years ago
|
Summary: Bug in LocateInstance → XBL Default Content Bug in LocateInstance
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Assignee | ||
Comment 2•23 years ago
|
||
woohoo!
Reporter | ||
Comment 3•23 years ago
|
||
Comment on attachment 59940 [details] [diff] [review]
patch
r=jag
Attachment #59940 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•