Navigation Menu

Skip to content

Commit

Permalink
Don't set the role to Accessible.Button
Browse files Browse the repository at this point in the history
If an item intend to expose its children, it should not set its role
to Button

Change-Id: I6b56d1354ce06f65513688ef38c507bd2881ce82
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
  • Loading branch information
Jan-Arve Saether authored and Qt by Nokia committed Jan 3, 2012
1 parent 6da4dd4 commit 24c925e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/manual/accessibility/hittest.qml
Expand Up @@ -79,7 +79,6 @@ Rectangle {
Rectangle {
clip: chkClip.checked
z: 2
Accessible.role: Accessible.Button
id: rect1
width: 100
height: 100
Expand Down

0 comments on commit 24c925e

Please sign in to comment.