aristofanio / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

DragHandler apparently never invoked in tests.detailed.MainFrame #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build the latest JCEF (revision 60) on Windows 64bit
2. Run tests.detailed.MainFrame sample app (default non OSR mode)
3. Go to http://html5demos.com/file-api in sample app. Drag a jpg file from 
Windows Desktop to browser area. No drop visual shows up and file cannot be 
dropped.

What is the expected output? What do you see instead?
Expect to be able to drop the image file. Instead mouse cursor inside browser 
area doesn't change shape.

What version of the product are you using? On what operating system?
JCEF revision 60, CEF 3.1750-1627

Please provide any additional information below.

The native CEF sample app from 3.1750-1627 works well with 
http://html5demos.com/file-api .

Is there something known preventing the jcef DragHandler callback from being 
fired? Is it working for you? Thanks for any tip.

Original issue reported on code.google.com by christop...@gmail.com on 13 May 2014 at 6:07

GoogleCodeExporter commented 9 years ago
These are CEF issues.

The drag handler callback should be fixed with 
https://code.google.com/p/chromiumembedded/issues/detail?id=1262. The inability 
to drag into File API is 
https://code.google.com/p/chromiumembedded/issues/detail?id=1292.

Original comment by magreenb...@gmail.com on 23 May 2014 at 6:28