Closed
Bug 11609
Opened 25 years ago
Closed 25 years ago
unsetAttribute from JS doesn't call nsiFrame::AttributeChanged()
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
INVALID
People
(Reporter: mikepinkerton, Assigned: karnaze)
Details
On the checkbox form control (<html:input type=checkbox>), whenever
box.setAttribute(foo, "1") is called from JS, AttributeChanged() is called on the
frame corresponding to that checkbox. However, if you do box.unsetAttribute(foo),
nothing happens. There is no notification that the attribute was unset.
I don't know if this is by design, but everyone around that I could find thinks
it's a bug. Apologies if it's not, but if it isn't, I need a workaround.
This might be the case with all frames, but i first noticed it with html form
elements.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 1•25 years ago
|
||
Forgive me, I am a complete and total moron. Marking this bug invalid.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
If you say so...verified invalid
You need to log in
before you can comment on or make changes to this bug.
Description
•