When I use the deprecated createKeyPressEvent with more argument, it fires the tab event but the behavior is not as per the tab key press
The new code changes from the above code in createKeyPress event line as follows NativeEvent nativeEvent = Document.get().createKeyPressEvent(false,false,false,false,KeyCodes.KEY_TAB,KeyCodes.KEY_TAB); -- 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.
