Bug 31057

Summary: [Qt] QGLLauncher does not support drag&drop of local files.
Product: WebKit Reporter: Yael <yael>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, tonikitoo
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch kenneth: review+, kenneth: commit-queue+

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>