Hello there,
I have a focus panel where i added a MouseDownHandler to it. now in my
MouseHandler i am doing the following:
public void onMouseDown(MouseDownEvent arg0) {
if(arg0.getNativeEvent().getKeyCode()==Event.BUTTON_LEFT){
}else if(arg0.getNativeEvent().getKeyCode()==Event.BUTTON_RIGHT){
}The strange thing is IE, the keyCode returned if i do debug it is always 0, it is working fine over FF and chrome and i need this in order to differentiate right from left clicks. is this a browser compatibility issue or a gwt bug? i am using GWT 2.0.3. best regards, Rudolf Michael -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
