Bug 31057 - [Qt] QGLLauncher does not support drag&drop of local files.
Summary: [Qt] QGLLauncher does not support drag&drop of local files.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-11-03 06:20 PST by Yael
Modified: 2009-11-17 11:58 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2009-11-17 11:32 PST, Yael
kenneth: review+
kenneth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 2009-11-03 06:20:52 PST
QGLLauncher does not support drag&drop of local files the way QtLauncher does.
Nothing happens when dropping a file on it.

Also, when dropping a file in the address bar, cannot load it, unless you manually delete the training space.
Comment 1 Yael 2009-11-17 11:32:04 PST
Created attachment 43371 [details]
Patch

Set the flag in QGraphicsWebView and enable processing of QGraphicsWebView::dragEnterEvent() .
Comment 2 Kenneth Rohde Christiansen 2009-11-17 11:35:28 PST
Did you see if there were any commit changing this? You mentioned that it used to work right?
Comment 3 Yael 2009-11-17 11:43:30 PST
(In reply to comment #2)
> Did you see if there were any commit changing this? You mentioned that it used
> to work right?

I did not mention that it used to work :-)
I simply enabled it, and it worked with no other modifications.
Comment 4 Kenneth Rohde Christiansen 2009-11-17 11:46:18 PST
Ah sorry :-)
Comment 5 Yael 2009-11-17 11:58:07 PST
Committed r51083  <http://trac.webkit.org/changeset/51083>