[Webkit-unassigned] [Bug 58210] webkit should implement the dropzone attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 05:59:11 PDT 2011


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





--- Comment #39 from Yael <yael.aharon at nokia.com>  2011-05-27 05:59:10 PST ---
(In reply to comment #38)
> (From update of attachment 93541 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=93541&action=review
> 
> Please try to figure out why cr-linux is failing or add it to LayoutTests/platform/chromium/test_expectations.txt.  Something like:
> BUGWKXXX : fast/events/dropzone-002.html = TEXT
>
This test is not failing for me, so it is hard to debug.
Filed  https://bugs.webkit.org/show_bug.cgi?id=61625.

> > Source/WebCore/dom/Clipboard.cpp:207
> > +    default:
> > +        return String("copy");
> 
> Nit: Maybe add an ASSERT_NOT_REACHED()?
> 
> > Source/WebCore/page/EventHandler.cpp:1784
> > +    for (; element; element = element->parentElement()) {
> 
This code is reachable if "copy", "move" or "link" are not specified.

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