[Webkit-unassigned] [Bug 63440] ASSERTION FAILED in Range::Range causes a crash in QtTestBrowser

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


https://bugs.webkit.org/show_bug.cgi?id=63440


Aparna Nandyal <aparna.nand at wipro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98692|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Aparna Nandyal <aparna.nand at wipro.com>  2011-06-27 02:43:55 PST ---
Created an attachment (id=98692)
 --> (https://bugs.webkit.org/attachment.cgi?id=98692&action=review)
Patch v01 for review

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list