zhangqd / chromiumembedded

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

OnDragEnter is Broken in CEF 1750 #1262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add an OnDragEnter handler to CefClient
2. Add a call to OutputDebugString("hello World") to the OnDragEnter
3. Drag a file from Windows Explorer into CefClient
4. Download and Launch DebugView (from SysInternals.com) 
5. Launch CefClient

What is the expected output? What do you see instead?
Should get the Hello World in Debug View but nothing happens.

What version of the product are you using? On what operating system?
CEF 1750 / Windows 7/8.  

Please provide any additional information below.
Appears to function normally on Mac.
This worked with CEF 1547.  Didn't try 1650

Original issue reported on code.google.com by dr.krow...@gmail.com on 29 Apr 2014 at 6:18

GoogleCodeExporter commented 9 years ago
Fixed in trunk revision 1699, 1750 branch revision 1700 and 1916 branch 
revision 1701.

Requires Chromium changes which are described here: 
https://code.google.com/p/chromium/issues/detail?id=224440

Original comment by magreenb...@gmail.com on 6 May 2014 at 9:07