Bug 29421
Summary: | [Qt] Drag and drop events are blocked when the object move over a flash object | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | andersca, benjamin, jani.honkonen, kent.hansen |
Priority: | P5 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | OS X 10.5 |
Tor Arne Vestbø
This bug report originated from issue QTBUG-3957
<http://bugreports.qt.nokia.com/browse/QTBUG-3957>
--- Description ---
In an application using a QWebView embedding a Adobe Flash plugin, the drag and drop does not work when the object pass over the pluging window.
To reproduce the problem, starts the Web Browser demo, go to a webpage with Adobe Flash, drag and drop some text over the flash window, the text cannot be dropped in the address bar.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Hansen
Reproduced on Linux with r55986.
Jesus Sanchez-Palencia
Reproduced on Snow Leopard with Qt 4.7 trunk (HEAD 03f8f1df0d88f5ffe0b3120cffce614cbeefdb70) and WebKit trunk (r59155).
Jani Honkonen
I can reproduce this problem with current Qt 4.8 (HEAD f1066ac) on Ubuntu but not on Windows 7 machine. Also I noticed that this problem does not occur on every page with Flash. For example this works fine: http://www.adobe.com/software/flash/about/. And if you drag&drop over the Flash but to a different application there is no problem.