alderlopez / chromiumembedded

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

[mac] window focus and blur events not sent #501

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write test html file that attaches listeners for "focus" and "blur" events 
to the window object (sample posted here: https://gist.github.com/1760247)
2. Run cefclient.app and load the test file
3. Activate and deactivate the main window

What is the expected output? What do you see instead?
The focus and blur events should be received, but they aren't. 

What version of the product are you using? On what operating system?
Mac version 439, running on OSX 10.6.8. 

Please provide any additional information below.
This bug only occurs on the Mac.
The events are fired correctly in Chrome and Webkit nightly builds.
This may be related to issue #298. 

Original issue reported on code.google.com by grue...@gmail.com on 7 Feb 2012 at 5:54

GoogleCodeExporter commented 9 years ago
See comment #1 on issue 298.

Original comment by magreenb...@gmail.com on 7 Feb 2012 at 6:05

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 3 Oct 2012 at 5:34