Closed
Bug 5094
Opened 26 years ago
Closed 26 years ago
We need DOM reflection of Parser (paste) API...
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: rickg, Assigned: vidur)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
You know what to do.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5
Rick, please provide a failure description and the necessary steps to reproduce
it. Otherwise, I won't be able to verify the bug fix later on. Thanks.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
Gerardo, I will close and verify when I'm done with this. This is just a
reminder for me.
Assignee | ||
Updated•26 years ago
|
Assignee: vidur → rickg
Status: ASSIGNED → NEW
Target Milestone: M5 → M6
Assignee | ||
Comment 3•26 years ago
|
||
I've added the nsIDOMNSRange::InsertFragment method. I'm now waiting for RickG's
implementation in the parser before I can complete my implementation.
Rick, send this back to me when you're done with your implementation.
Assignee | ||
Comment 5•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Assignee: vidur → rickg
Assignee | ||
Comment 6•26 years ago
|
||
Checked in an implementation of nsIDOMNSRange::IsValidFragment(). This still
depends on RickG's version working. Once he's done, we'll move on to
nsIDOMNSRange::InsertFragment().
The test case attached has a valid (test 1) and invalid (test 2) case.
Editor folks, sorry this is taking so long to get done. I'm done with my major
items for M6, so I'll be on this as soon as RickG is done with his part.
Vidur -- this one's back to you; I've checked in IsValidFragment() as we
discussed.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•26 years ago
|
||
Well...I'm going to close this bug since the initial implementation went in. Of
course, new bugs should be opened as they are found.
RickG or Akkana can verify.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•26 years ago
|
||
I'll verify. I'm getting some funny stuff in the document fragment when I try
to insert in the editor, but I'll file that separately after I spend some time
making sure it's not me using it wrong.
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
•