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

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

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?