Any chance you could use international dates rather that US-specific dates? This is an international forum.
Thanks (from the rest of the world), it makes referencing stuff easier for the rest of us. Ian Of course, it might just be me having a really bad 12/01/2011 On 12 January 2011 14:57, othman <[email protected]> wrote: > KeyPressEvent.getCharCode() method has a bug problem in GWT 2.1.0 : > http://code.google.com/p/google-web-toolkit/issues/detail?id=3753 > > we tried using "event.getNativeEvent().getKeyCode()" because of the > declared GWT bug at > http://code.google.com/p/google-web-toolkit/issues/detail?id=3753 > so we access the native event to get the unprocessed code. Now the > problem: > this code works for FF3 but it doesn't work for Chrome! . in Chrome > event.getNativeEvent().getKeyCode()=10 & KeyCodes.KEY_ENTER=13 . in > FF3 the two values are equal (13). > > It appears that a fix for KeyPressHandler was completed and reviewed > for this issue on 3/10/2010 (http://code.google.com/p/google-web- > toolkit/source/detail?r=7692), so I was wondering when we could expect > it to be released. The fix appears fairly complex, with different > browser-specific implementations, so implementing a reliable > workaround would appear to be difficult. > > Does anyone tried a woraround for this problem? or maybe a GWT > developer could help up get around this issue. > > thanks. > > -- > 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.
