DialogBox keyboard operation problem

2014-02-26 Thread Sheryl Zheng
Hello, We have a requirement that our application needs to be keyboard accessible (can navigate using just the keyboard). This is part of WCAG (Accessibility) requirement.. We are using GWT DialogBox widget and set the focus to the 'close' button. It shows a focus border as expected. After

Re: DialogBox keyboard operation problem

2014-02-26 Thread Jim Douglas
Try this when you get the keyboard event for the tab key: http://www.gwtproject.org/javadoc/latest/com/google/gwt/dom/client/NativeEvent.html#preventDefault() On Tuesday, February 25, 2014 7:21:21 PM UTC-8, Sheryl Zheng wrote: Hello, We have a requirement that our application needs to be

Re: DialogBox keyboard operation problem

2014-02-26 Thread Sheryl Zheng
Tried and it works. Thank you. On Wednesday, 26 February 2014 13:14:27 UTC-5, Jim Douglas wrote: Try this when you get the keyboard event for the tab key: http://www.gwtproject.org/javadoc/latest/com/google/gwt/dom/client/NativeEvent.html#preventDefault() On Tuesday, February 25, 2014