[webkit-reviews] review requested: [Bug 63440] ASSERTION FAILED in Range::Range causes a crash in QtTestBrowser : [Attachment 98692] Patch v01 for review

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 02:43:54 PDT 2011


Aparna Nandyal <aparna.nand at wipro.com> has asked  for review:
Bug 63440: ASSERTION FAILED in Range::Range causes a crash in QtTestBrowser
https://bugs.webkit.org/show_bug.cgi?id=63440

Attachment 98692: Patch v01 for review
https://bugs.webkit.org/attachment.cgi?id=98692&action=review

------- Additional Comments from Aparna Nandyal <aparna.nand at wipro.com>
The reason for the assertion is - In Range::checkNodeWOffset, the node is
identified as Node::DOCUMENT_TYPE_NODE. This is because, the Node object is of
the next document that is in the process of getting loaded. But the user is
selecting the text in the document that is visible to the user which is the old
document/Node object no longer available in Range::checkNodeWOffset. These
assertions are not required (without them), the use case works fine. No
selection is made on double clicking.


More information about the webkit-reviews mailing list