[webkit-reviews] review requested: [Bug 16765] Range does not adjust endContainer and endOffset correctly after insertNode (Acid3 bug) : [Attachment 18419] Fix Range.insertNode for the textSplit case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 13 02:12:19 PST 2008


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 16765: Range does not adjust endContainer and endOffset correctly after
insertNode (Acid3 bug)
http://bugs.webkit.org/show_bug.cgi?id=16765

Attachment 18419: Fix Range.insertNode for the textSplit case
http://bugs.webkit.org/attachment.cgi?id=18419&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 LayoutTests/ChangeLog				    |	16 ++++++++
 ...e-insertNode-separate-endContainer-expected.txt |	22 +++++++++++
 .../range-insertNode-separate-endContainer.html    |	13 +++++++
 .../Range/range-insertNode-splittext-expected.txt  |	22 +++++++++++
 .../fast/dom/Range/range-insertNode-splittext.html |	13 +++++++
 .../range-insertNode-separate-endContainer.js	    |	38 ++++++++++++++++++++
 .../Range/resources/range-insertNode-splittext.js  |	33 +++++++++++++++++
 WebCore/ChangeLog				    |	14 +++++++
 WebCore/dom/Range.cpp				    |	36 +++++++++++-------
 9 files changed, 193 insertions(+), 14 deletions(-)


More information about the webkit-reviews mailing list