xxfxxf / chromiumembedded

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

Call OnSetFocus() whenever the browser view gains focus/becomes first responder #314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OnSetFocus is currently only called when a browser view is created, when a 
navigation occurs in a window other than the currently focused window, and when 
WebKit gives focus to a popup widget like a select menu. It would be helpful if 
OnSetFocus was also called whenever the browser view is given focus by the 
application framework (setFirstResponder: on Mac and WM_SETFOCUS on Windows).

Original issue reported on code.google.com by magreenb...@gmail.com on 27 Aug 2011 at 5:28

GoogleCodeExporter commented 9 years ago
Implemented in revision 281.

Original comment by magreenb...@gmail.com on 27 Aug 2011 at 6:42