[Webkit-unassigned] [Bug 40788] [GTK] Support for image drags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 6 04:51:35 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40788
Gustavo Noronha (kov) <gns at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #59012|review? |review+
Flag| |
--- Comment #2 from Gustavo Noronha (kov) <gns at gnome.org> 2010-08-06 04:51:35 PST ---
(From update of attachment 59012)
314 void ClipboardGtk::declareAndWriteDragImage(Element* element, const KURL& url, const String& label, Frame* frame)
314315 {
315 CachedImage* cachedImage = getCachedImage(element);
316 if (!cachedImage || !cachedImage->isLoaded())
316 m_dataObject->setURL(url, label);
317 m_dataObject->setMarkup(createMarkup(element, IncludeNode, 0, AbsoluteURLs));
318
319 CachedImage* image = getCachedImage(element);
320 if (!image || !image->isLoaded())
317321 return;
So what happens if there is no image? You can then paste the URL or the markup, but not the image, and that's all? Thanks!
--
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