Hi chromium-dev,
(This is a problem on OS X.)
I just observed a strange problem in content shell, after entering
fullscreen mode, all mouse move events stopped being sent and ":hover"
CSS rules would have no effect. You can regenerate this problem by
opening the page in
https://gist.github.com/4096104 in content shell
and then enter the fullscreen mode, you can see when you move your
mouse in the rectangle the code in "onmove" is not executed.
The only reason for this seems to be that the web view lost focus in
fullscreen mode. However the chrome browser didn't has this problem,
I've looked into the cocoa code about fullscreen but didn't see any
code on this, does anyone know why? Thanks.
--
Cheng
Intel Open Source Technology Center