Skip to content

quickSettings: Fix slider accessibility

Florian Müllner requested to merge fmuellner/gnome-shell:slider-a11y into main

Since we put the actual slider into a bin to get a proper focus indication, the slider isn't focused anymore and its accessible object is therefore invisible to the screen reader.

Fix this by passing the slider's accessible object to the actor that takes the focus.

Merge request reports