issues
search
bryntum
/
support
An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54
stars
6
forks
source link
Read-only cell value not being correctly set in Accessibility tree
#9758
Closed
marciogurka
closed
2 months ago
marciogurka
commented
3 months ago
Forum post
Go to
https://bryntum.com/products/grid/examples/basic/
;
Set any record to be read-only with
readOnly: true
;
Even with the
aria-readonly
value being set in the generic DOM tree, if you check the
accessibility tree
, the readOnly value is set to false.
Forum post
readOnly: true
;aria-readonly
value being set in the generic DOM tree, if you check the accessibility tree, the readOnly value is set to false.