xxfxxf / chromiumembedded

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

Add OnFocusedNodeChanged() notification and the ability to retrieve the form control type from CefDOMNode #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The OnKeyEvent() notification gives the client the opportunity to override 
default handling key events. However, it is not possible to know what kind of 
DOM node currently has focus to determine if it is appropriate to override the 
key event handling. Adding an OnFocusedNodeChanged() notification and the 
ability to retrieve the form control type from CefDOMNode will rectify this 
limitation.

Original issue reported on code.google.com by magreenb...@gmail.com on 14 Oct 2011 at 10:56

GoogleCodeExporter commented 9 years ago
Added in revision 318:
- CefFocusHandler::OnFocusedNodeChanged() notification.
- CefDOMNode::IsFormControlElement() and 
CefDOMNode::GetFormControlElementType() methods.

Original comment by magreenb...@gmail.com on 14 Oct 2011 at 12:42