as far as opera is concerned I can say that it is related to if the
plugin has focus or not. if the plugin doesn't have focus the click is
getting through, if the plugin has focus they don't.

this results in a behaviour like this:
"first click works(1)" -> "subsequent clicks dont(2)" -> "click outside 
plugin(3)" -> repeat

My speculations about what happens:
(1): When you click on the plugin area the click gets registered by the browser 
which activates the plugin and forwards the click to it via the API.
(2): the clicks are directly handled by the plugin -> something bad is 
happening here
(3): when you click outside the plugin area you take away the focus from it and 
thus also rip it off the mouse/keyboard control -> subsequent clicks are again 
registered by the browser

As I said these are speculations as I don't have the slightest clue
about how the plugin API really works, but it would explain the behavior
that I see here.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~compiz
Post to     : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp

Reply via email to