Closed
Bug 149294
Opened 23 years ago
Closed 23 years ago
button text does not appear
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: brant, Assigned: hyatt)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0+)
Gecko/20020604
BuildID: 2002060408
According to this test case, "This is mywidget" should appear in the button, but
it does not.
Reproducible: Always
Steps to Reproduce:
1. Load http://www.mozilla.org/projects/xbl/test0/test.xul.
Actual Results: The button contains no text.
Expected Results: The button should say "This is mywidget".
Syntax from page source is:
<mywidget value="This is mywidget" onclick="doClick();"/>
The doClick() message is displayed correctly.
Comment 1•23 years ago
|
||
Thanks. Fix checked in:
cvs ci -m "update binding syntax to make bound button text show" test.xml
Checking in test.xml;
/cvsroot/mozilla-org/html/projects/xbl/test0/test.xml,v <-- test.xml
new revision: 1.3; previous revision: 1.2
done
(... and ignore my pointless dumb comment on the 'test2' bug report :-)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 2•23 years ago
|
||
(that will take a while to propagate to the actual external server. If it's not
there by tomorrow, then reopen, cause I must have botched something).
You need to log in
before you can comment on or make changes to this bug.
Description
•