Skip to content

name-cell: Allow search snippets to be read by Orca

Currently, when opening a snippet from a search result, Orca doesn't read the popover contents; this is because the label inside the popover isn't selectable.

However, making the label selectable would cause it to show with all the text selected with no interaction from the user. As a workaround, add the same hack that Settings use in its CCListRowInfoButton custom widget[1].

[1] gnome-control-center@ef359060

Merge request reports