vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

aria-selected is not updated when using parent checkbox to check/uncheck child elements #2596

Closed oibanez closed 1 year ago

oibanez commented 2 years ago

The custom icon URL option is unchecked by default.

image

It's aria-selected is set to false as expected.

image

When using the parent check box to set all child checkboxes as selected ....

image

The aria-selected for custom icon URL does not update to true as expected.

image

Unchecking also does not update the value for selected checkboxes.

mandie-malott commented 2 years ago

Hello Ivan, just checking in to see if you've been able to take a look at the issue above. We use this component in one of our products at the company I work at and we aim to meet WCAG 2.0 AA so we're hoping this issue can be resolved. Thanks!

vakata commented 1 year ago

This seems fixed now - 3.3.13 will be out later today.