zhangqd / chromiumembedded

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

Windows: 1750 branch browser does not receive keyboard focus when window is activated #1248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch the cefclient application.
2. Give keyboard focus to a text input field.
3. Click on a different window.
4. Click on the cefclient window.

What is the expected output? What do you see instead?
Keyboard focus should be returned to the text input field. Instead, despite the 
browser showing a blinking cursor in the text field, it does not get keyboard 
focus until the user clicks the mouse button in the text field.

Please use labels and text to provide additional information.
Works as expected in older branches.

Original issue reported on code.google.com by magreenb...@gmail.com on 4 Apr 2014 at 7:38

GoogleCodeExporter commented 9 years ago
Fixed in trunk revision 1643 and 1750 branch revision 1644.

Original comment by magreenb...@gmail.com on 4 Apr 2014 at 10:27