And they apply to 2.1 m1 too.

2010/6/17 Jaroslav Záruba <[email protected]>

> There are couple of issue-reports for key-handlers, very old ones. This has
> been also reported.
>
> On Thu, Jun 17, 2010 at 10:06 AM, ruds <[email protected]> wrote:
>
>> 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]<google-web-toolkit%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>

-- 
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.

Reply via email to