firefox + flash disabled the ALT GR key : how to solve that?
I am facing a big problem in firefox: the ALT GR key is disabled on some simple pages: (try to type in an email)
This simple page DISABLES the ALT GR key
<html>
<body>
<iframe src="开发者_运维知识库http://www.dialogoo.com/vdialogoo.php?id=2" width="100%" height="100%"></iframe>
</body>
but if you open http://www.dialogoo.com/vdialogoo.php?id=2
ALT GR is working !
This strange behaviour only happens on Firefox ! It seems Firefox + Iframe + Flash = disable ALT GR key !
The only workaround I can think of is use JS to capture the ALT GR key down, then use External interface to pass it to the Flash and adjust your code accordingly. Pretty complicated, isn't it.
精彩评论