[Webkit-unassigned] [Bug 13782] REGRESSION (r21528-r21533): Failing editing/selection/drag-in-iframe in pixel mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 18 18:47:59 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13782
oliver at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit- |oliver at apple.com
|unassigned at lists.webkit.org |
Status|NEW |ASSIGNED
Attachment #14618| |review?
Flag| |
------- Comment #1 from oliver at apple.com 2007-05-18 18:47 PDT -------
Created an attachment (id=14618)
--> (http://bugs.webkit.org/attachment.cgi?id=14618&action=view)
Fix for bug
Whoops, the r21533 patch required holding on to a DOMElement for the duration
of the drag in order to produce promised content. To avoid keeping an entire
Document around ad infinitum i explicitly cleared the pasteboard after the
drag. This doesn't work well with DRT, and tim suggests other apps may behave
similarly to DRT, so i've removed the pastebaord clearing.
Most of this patch is basically replacing a domelement reference with the
underlying CachedImage instead.
--
Configure bugmail: http://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.
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list