[Webkit-unassigned] [Bug 20161] Dragging image into Google Presentation crashes Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 25 11:38:37 PDT 2008


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





------- Comment #7 from eric at webkit.org  2008-07-25 11:38 PDT -------
Ok. Looks like the fragment is correct, it's just a single IMG element.

We also seem to be going down the correct path during the replacement.  The
problem comes at the end of the replacement where:

(gdb) p m_firstNodeInserted.get()->parentNode()
$6 = (const WebCore::Node *) 0x0

m_firstNodeInserted is correctly the "IMG" node, however it's not actually in
the document.  Still debugging.


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



More information about the webkit-unassigned mailing list