[Webkit-unassigned] [Bug 67476] New: drag&drop between an iframe and parent window in other domain does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 05:04:00 PDT 2011


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

           Summary: drag&drop between an iframe and parent window in other
                    domain does not work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://jsfiddle.net/julbmann/7XScV/
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: julien.bachmann at me.com


What steps will reproduce the problem?
1. Open URL http://jsfiddle.net/julbmann/7XScV/
2. try to drag and drop red square to the drop zone

What is the expected result?
An alert display the message "Clipboard content :-)"

What happens instead?
Nothing happens. No events are triggered(dragenter, dragover, drop)

I also make a test where iframe is in the same domain as parent and in this case drag&drop is working (http://jsfiddle.net/julbmann/dXeM6/).
So the bug is only when iframe is in another domain. It is a wrong cross domain check somewhere. Because if you open two different windows with the test URL you can drag&drop between two window but not in the same window.

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