Closed
Bug 307249
Opened 20 years ago
Closed 20 years ago
Changing attrs on <input> calls AfterSetAttr too many times
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: allan)
References
Details
(Keywords: fixed1.8)
Attachments
(1 file)
1.45 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
bzbarsky
:
approval1.8b5+
|
Details | Diff | Splinter Review |
It looks like the patch for bug 84400 didn't remove the AfterSetAttr calls in
the SetAttr/UnsetAttr overrides in this class....
Assignee | ||
Comment 1•20 years ago
|
||
(In reply to comment #0)
> It looks like the patch for bug 84400 didn't remove the AfterSetAttr calls in
> the SetAttr/UnsetAttr overrides in this class....
I managed to mis-read that a lot of times, dunno why, but now I get it. Here's
a patch that removes the calls to AfterSetAttr() in nsHTMLInputElement.
This should be it for :enabled/:disabled, and we can push it to branch?
(sorry for the delay... jetlag and other bad excuses)
Attachment #197030 -
Flags: superreview?(bzbarsky)
Attachment #197030 -
Flags: review?(bzbarsky)
![]() |
Reporter | |
Comment 2•20 years ago
|
||
Comment on attachment 197030 [details] [diff] [review]
Patch
r+sr=bzbarsky
Attachment #197030 -
Flags: superreview?(bzbarsky)
Attachment #197030 -
Flags: superreview+
Attachment #197030 -
Flags: review?(bzbarsky)
Attachment #197030 -
Flags: review+
Assignee | ||
Updated•20 years ago
|
Attachment #197030 -
Flags: approval1.8b5?
![]() |
Reporter | |
Comment 4•20 years ago
|
||
Comment on attachment 197030 [details] [diff] [review]
Patch
a=bzbarsky for 1.8b5, since bug 84400 already landed there....
Attachment #197030 -
Flags: approval1.8b5? → approval1.8b5+
Assignee | ||
Comment 5•20 years ago
|
||
Checked in on 1.8 branch
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•