Comment 4 for bug 817422

Revision history for this message
Gerry Boland (gerboland) wrote :

My theory is that the accessibility bridge qt-at-spi is cacheing the first accessibility values it gets. But these values are not being notified of an update, or the library isn't able to update them.

I'm trying to determine if QSpiAccessible::accessibleEvent is being called with NameChanged
https://gitorious.org/qt-at-spi/qt-at-spi/blobs/2ab395376f9d27ee3edf5b31e9a3f740fa6b2c4f/src/accessible.cpp#line218

I'm also not convinced that the Accessibility.name values are being set at all from the GridView in TileVertical.qml!