Closed
Bug 9778
Opened 26 years ago
Closed 26 years ago
Text::insertData() stops JS when used on node created with splitText()
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
INVALID
M11
People
(Reporter: dbaron, Assigned: waqar)
References
()
Details
Text::InsertData() seems to be stopping JS execution when it is used on a text
node created by splitText().
See http://www.fas.harvard.edu/~dbaron/dom/test/one-core-xml/Text (which right
now is stuck on bug 9777) and
http://www.fas.harvard.edu/~dbaron/dom/test/one-core-xml/Text_mozilla (which has
both this bug and that one commented out)
With the problem in bug 9777 commented out:
Observed: JS stops after printing "Correct: second.data is..."
Expected: runs all the way through to "Test finished."
Updated•26 years ago
|
Target Milestone: M11
Comment 1•26 years ago
|
||
Beta, I think.
Comment 2•26 years ago
|
||
HTML DOM bugs are M11/P2 for Vidur.
| Reporter | ||
Comment 3•26 years ago
|
||
This bug may be invalid. I need to recheck the test with the fix to bug 9777
in. waqar@netscape.com pointed out an error a few weeks ago, which I fixed, and
the only problem remaining may be that bug...
Updated•26 years ago
|
Assignee: vidur → waqar
Comment 4•26 years ago
|
||
Reassigning to Waqar to confirm that this has been fixed.
| Reporter | ||
Comment 5•26 years ago
|
||
It's actually still a bug... although I think it's happening at a different
place. I'll try and get you some simplified test cases for these bugs...
| Reporter | ||
Comment 6•26 years ago
|
||
I'm confusing myself. I'm not sure.
| Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 7•26 years ago
|
||
It was a bug in the test case. I had the parameters mixed up. Or something...
Marking INVALID.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Verified INVALID per dbaron on 102599.
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•