anmar7889 / chromiumembedded

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

CEF3: Combine CefBrowserHost.SetFocus and CefBrowserHost.SendFocusEvent into the one method #866

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CEF3 R991-1045:

As i'm point at forum: 
http://magpcss.org/ceforum/viewtopic.php?f=6&t=10393#p15447 
CefBrowserHost API contains two methods:
SetFocus(bool enable) - for using with native rendering browsers
SendFocusEvent(bool enable) - for using with offscreen rendering browsers

This methods can be combined into the one (SetFocus ?) method, it is probably 
will make API more easy to use.

Personally, i got code which uses SetFocus instead SendFocusEvent + topic above 
looks same.

Original issue reported on code.google.com by fdd...@gmail.com on 22 Jan 2013 at 9:12

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 2 Jul 2014 at 10:30

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/866

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