[Webkit-unassigned] [Bug 12278] REGRESSION(r13070): Dragged image size includes padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 15 23:42:00 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12278


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|NeedsRadar                  |




------- Comment #3 from hyatt at apple.com  2007-01-15 23:42 PDT -------
Custom HTML drag images should use the border box though.  I think _imageRect
may be set for those too?

http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSProgTopics/Tasks/DragAndDrop.html

Note that setDragImage can be called with either an image object or an element,
although haven't we now unified the two?

In this API, the borders/padding should be included.  It's really just our
"built-in" image dragging that should exclude them.

In the future we may want to enhance the API to specify which box to use.


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



More information about the webkit-unassigned mailing list