[Webkit-unassigned] [Bug 22634] Safari crashes when I try to do a drag-and-drop of selected text in Google presentations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 14:31:50 PST 2009


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





------- Comment #10 from eric at webkit.org  2009-03-02 14:31 PDT -------
Ok, found out that Presently is creating an overlay iframe, which snags the
drag.  So the drag does go cross-document.  Also, in this fancy iframe, they're
signing up for the DOMNodeInserted and calling:

document.execCommand("SelectAll");
document.execCommand("Delete");
document.execCommand("SelectAll");

from within their DOMNodeInserted handler. :)

No wonder WebKit is having kittens here.


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