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

2022-09-12 Thread nidhizener
Thank you that worked!

On Friday, September 9, 2022 at 12:38:30 PM UTC-4 t.br...@gmail.com wrote:

> 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 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 
>> this known issue? Wondering if there are any work arounds? Any help will be 
>> appreciated. 
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/aa90713f-af30-4e7c-b8cf-e22296ab17b6n%40googlegroups.com.


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 
this known issue? Wondering if there are any work arounds? Any help will be 
appreciated. 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/b4ada7ac-c305-4fa0-bf07-cba66323f425n%40googlegroups.com.


How to remove tabindex=0 from the cell table html

2022-09-08 Thread nidhizener
I am working on adding keyboard accessibility to my product. When I am 
tabbing from a widget say a button, outside of the cell table to the 
another button that is after the table my tabbing sequence includes the 
first element on the celltable into the sequence. This element is just a 
data and can not be edited. Due to the fact that html generated by GWT for 
cell table that include tabindex= 0  it is added in the tabbing sequence. 


10/06/2021

My question is how to remove this tabindex. I tried setting tabindex to -1 
but that does not affect the div tag tabindex value. Any help will be 
really appreciated. Thank you 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f56d4d93-a632-4d5b-9ed6-07ebcf9edde9n%40googlegroups.com.