pacificIT / chromiumembedded

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

CEF3: Add drag&drop API callbacks #601

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add API callbacks for intercepting drag&drop events similar to CEF1's 
CefDragHandler. See http://magpcss.org/ceforum/viewtopic.php?f=10&t=645 for 
CEF3 information.

Original issue reported on code.google.com by magreenb...@gmail.com on 22 May 2012 at 4:07

GoogleCodeExporter commented 9 years ago
Filed with Chromium as 
https://code.google.com/p/chromium/issues/detail?id=224440

Original comment by magreenb...@gmail.com on 27 Mar 2013 at 10:15

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 31 May 2013 at 3:38

GoogleCodeExporter commented 9 years ago
Issue 644 has been merged into this issue.

Original comment by magreenb...@gmail.com on 5 Jun 2013 at 5:30

GoogleCodeExporter commented 9 years ago
Support for CefDragHandler::OnDragEnter() added in 1453 branch revision 1274. 
Trunk support will come after the changes are accepted by Chromium.

Original comment by magreenb...@gmail.com on 6 Jun 2013 at 6:46

GoogleCodeExporter commented 9 years ago
@comment#4: Attached is the patch for trunk once the Chromium changes land.

Original comment by magreenb...@gmail.com on 10 Jun 2013 at 6:29

Attachments:

GoogleCodeExporter commented 9 years ago
@comment#4: Committed as Chromium revision 205550 
(http://src.chromium.org/viewvc/chrome?view=rev&revision=205550).

Original comment by magreenb...@gmail.com on 11 Jun 2013 at 4:59

GoogleCodeExporter commented 9 years ago
@comment#4: Added in trunk revision 1282.

Original comment by magreenb...@gmail.com on 24 Jun 2013 at 3:46

GoogleCodeExporter commented 9 years ago
include/capi/cef_drag_data_capi.h is missing.

Original comment by ro...@adobe.com on 25 Jun 2013 at 1:34

GoogleCodeExporter commented 9 years ago
@comment#8: Thanks, fixed in revision 1291.

Original comment by magreenb...@gmail.com on 25 Jun 2013 at 3:22

GoogleCodeExporter commented 9 years ago
Load drops can also potentially be disabled via RendererPreferences:

  contents->GetMutableRendererPrefs()->can_accept_load_drops = false;
  contents->GetRenderViewHost()->SyncRendererPrefs();

Original comment by magreenb...@gmail.com on 5 Nov 2013 at 10:14

GoogleCodeExporter commented 9 years ago
Would be great to have a drop handler too to e.g. see if a file is dropped onto 
the page or onto a file upload field.

Original comment by thomas...@gmail.com on 18 Jul 2014 at 9:49

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/601

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:22