Do not automatically mark all text items as accessible.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Fri, 23 Mar 2012 16:40:38 +0000 (17:40 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 3 Apr 2012 13:07:40 +0000 (15:07 +0200)
commit60b9151d36a9fb84b771f18d2c517e122b08ed70
tree0358d2ef8c9a8a79e2b5ecaed1d4753274a33d1e
parent330dbc6bba11f401c9f258aa6281dbdfebfc8602
Do not automatically mark all text items as accessible.

This adds more confusion and fails more often due
to invisible items and overlays that it helps.
The test saw lots of "children" before that were
text elements, these are gone now.

With this the hack to make children based on
item role invisible can go away.

Change-Id: Ic5a3bba6e271747237e0e85168f4290bf596bc8a
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
src/quick/items/qquicktext.cpp
tests/auto/quick/qquickaccessible/data/statictext.qml
tests/auto/quick/qquickaccessible/tst_qquickaccessible.cpp