You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mean that some things are blocking accessibility when screen reader is activated. it's not handlers by keybord, it's just navigation by cells.
after some investigation I found two things, which blocking accessibility:
file Table.tsx - row 1056 translateDOMPositionXY: translateDOMPositionXY.current I just set to null
and usePosition row 189 : commented // updatePosition(nextDuration, nextBezier);
It will work, but then I have some problems with css, I made positon rs-table-row.rs-table-row to position: initial !important
after that I have some issues with css, I don't see one row of table, I guess, he does't calculate the height of one row.
hopefully my description will help you to make a quick fix.
Hi, as i know the rsuite-table is supporting accessibility, but it doesn't work...
Versions
react version - 18.2.0
rsuite-table - 5.10.1
What is the expected behavior?
Table - navigation by column with ctrl + option (arrows) - accessibility
What is the current behavior?
accessibility doesn't work, it doesn't navigate by column
What are the steps to reproduce?
it's doesn't work in all Tables (Virtualize)
The text was updated successfully, but these errors were encountered: