Closed
Bug 574898
Opened 15 years ago
Closed 15 years ago
"ASSERTION: called nsGenericElement::SetText" with spellcheck
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b1
People
(Reporter: jruderman, Assigned: ehsan.akhgari)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files, 1 obsolete file)
Same assertion as in bug 570624, which ehsan fixed.
###!!! ASSERTION: called nsGenericElement::SetText: 'Error', file content/base/src/nsGenericElement.cpp, line 4953
| Reporter | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Comment 2•15 years ago
|
||
The iframe in this test case doesn't have any significance.
Jesse, I always thought that your fuzzing framework creates minimized test cases. Is that true? You may want to look into why this iframe remained in the generated test case.
| Reporter | ||
Comment 3•15 years ago
|
||
Attachment #454214 -
Attachment is obsolete: true
| Reporter | ||
Updated•15 years ago
|
Summary: "ASSERTION: called nsGenericElement::SetText" with spellcheck, iframe → "ASSERTION: called nsGenericElement::SetText" with spellcheck
| Assignee | ||
Comment 4•15 years ago
|
||
The cause of the assertion was that the text control frame did not initialize its editor link for spellcheck attributes in nsTextControlFrame::AttributeChanged, but the content node did, which caused the frame and content node have an inconsistent state.
| Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #3)
> Created an attachment (id=454437) [details]
> simpler testcase
Thanks, but I just wanted to point this out for your attention in case this is something to fix in the fuzzer itself! :-)
Attachment #454438 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3b1
You need to log in
before you can comment on or make changes to this bug.
Description
•