Re: Keyboard Accessibility: while tabbing the first element in celltable gets focus

2022-09-09 Thread Thomas Broyer
What kind of Cell is this? Can you show part of the code that sets up the table? Did you set KeyboardSelectionPolicy to DISABLED? On Friday, September 9, 2022 at 6:09:14 PM UTC+2 nidhi@gmail.com wrote: > I am working on adding keyboard accessibility to my application. When > tabbing from on

Keyboard Accessibility: while tabbing the first element in celltable gets focus

2022-09-09 Thread nidhizener
I am working on adding keyboard accessibility to my application. When tabbing from on e widget to another if there is a celltable, it is included in the tabbing sequence. The cell table in not editable, still it gets into tabbing sequence. How do I remove the cell table from tabbing sequence? Is

Re: How to remove tabindex=0 from the cell table html

2022-09-09 Thread Thomas Broyer
What kind of Cell is this? Can you show part of the code that sets up the table? Did you set KeyboardSelectionPolicy to DISABLED? On Friday, September 9, 2022 at 1:48:45 AM UTC+2 nidhi@gmail.com wrote: > I am working on adding keyboard accessibility to my product. When I am > tabbing from a

Serialization error due to different folder structure on local and server machine

2022-09-09 Thread Abhishek Yadav
I am getting following error in my server tomcat logs:- *ERROR: The serialization policy file '/nos/js/4937711D6147993DCFE47FF203A0FEDC.gwt.rpc' was not found; did you forget to include it in this deployment?* On my local machine the above path is present and tomcat is able to locate it and h