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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 30 09:52:42 PDT 2011


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





--- Comment #6 from Aparna Nandyal <aparna.nand at wipro.com>  2011-06-30 09:52:42 PST ---
When the new page starts to load, DocumentWriter::begin is called which sets the document pointing to the new url. But our view is not yet updated as the new url loading is in progress. In the meantime, we double click on the text, handleMousePressEventDoubleClick is called which attempts to set the start and end point in the new document's node. The assertion happens when it is setting the start point. Would it be ok to check if the document has a text node that can be selected before progressing to point of failure?

-- 
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