Hi Sudhakar, Sudhakar S <[EMAIL PROTECTED]> wrote on 05/07/2006 07:52:14 AM:
> While using DOMMouseEvent, I have found an odd behavior in getCtrlKey > method. If ?Num Lock? is pressed, it always returns false even ?CTRL? > pressed. > > Is there any specific reason for this? Well I traced the code and it looks like we just check if the Java Event object has the control modifier bit set. So if it isn't set on our object it's likely a bug in the JDK. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
