Skip to content

Commit

Permalink
Use role=Pane, because role=Grouping causes navigation problems in ma…
Browse files Browse the repository at this point in the history
…cOS (#8792)
  • Loading branch information
vinocher authored Dec 14, 2023
1 parent 6152027 commit 21050cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nebula/ui/components/MZViewBase.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Item {
property alias _contentHeight: vpnFlickable.contentHeight

Accessible.name: (_menuTitle.length > 0) ? _menuTitle : _accessibleName
Accessible.role: Accessible.Grouping
Accessible.role: Accessible.Pane

anchors {
top: if (parent) parent.top
Expand Down
2 changes: 1 addition & 1 deletion src/ui/screens/home/ViewServers.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Item {
id: root
objectName: "viewServers"
Accessible.name: qsTrId("vpn.servers.selectLocation")
Accessible.role: Accessible.Grouping
Accessible.role: Accessible.Pane
Accessible.ignored: !visible

MZMenu {
Expand Down

0 comments on commit 21050cf

Please sign in to comment.