Closed
Bug 738744
Opened 13 years ago
Closed 13 years ago
"ASSERTION: Form controls should always have parents"
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: jruderman, Assigned: mounir)
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
###!!! ASSERTION: Form controls should always have parents: 'aControl1->GetParent() && aControl2->GetParent()', file content/html/content/src/nsHTMLFormElement.cpp, line 1057
I guess this assertion is as bogus as the one in bug 673853.
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Pretty sure this assertion in nsFormControlList::AddElementToTable needs the same change:
NS_ASSERTION(content->GetParent(), "Item in list without parent");
Assignee | ||
Comment 3•13 years ago
|
||
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Jesse Ruderman from comment #2)
> Pretty sure this assertion in nsFormControlList::AddElementToTable needs the
> same change:
>
> NS_ASSERTION(content->GetParent(), "Item in list without parent");
For some reasons I haven't been able to catch that assert. I don't want to waste too much time trying to figure out why so maybe we could just wait for the fuzzer to catch it?
![]() |
||
Comment 5•13 years ago
|
||
Comment on attachment 609400 [details] [diff] [review]
Patch v1
r=me
Attachment #609400 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•13 years ago
|
Flags: in-testsuite+
OS: Mac OS X → All
Hardware: x86_64 → All
Target Milestone: --- → mozilla14
Assignee | ||
Updated•13 years ago
|
Attachment #609400 -
Flags: checkin+
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•