Closed
Bug 49623
Opened 25 years ago
Closed 25 years ago
value change not honored
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
People
(Reporter: BenB, Assigned: trudelle)
Details
See askSendFormat.xul/js in
<http://bugzilla.mozilla.org/showattachment.cgi?attach_id=13176>.
The code part
+ dump(element.getAttribute("value"));
+ element.setAttribute("value", label);
+ element.setAttribute("value", "foo");
+ dump(element.getAttribute("value"));
gives me as output
Send in Plaintext Only[(label as in XUL file)]foo
(i.e. the value attribute of the right ebject seems indeed to change), but the
dialog still shows the inital label. Changes of other object types and values
(e.g. the "hidden" attribute of an <html> element) are correctly reflected.
| Assignee | ||
Comment 1•25 years ago
|
||
Hyatt already has two variations of this.
*** This bug has been marked as a duplicate of 41878 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•