Comment 3 for bug 886338

Revision history for this message
Paweł Stołowski (stolowski) wrote :

I debugged the last problem and unfortunately it turned out that accessibility for cursor movement in QML - TextInput is not implemented in Qt 4. There is a lot of stub code in qaccessibledeclarativeobject.cpp - in particular QAccessibleDeclarativeTextObject::cursorPosition() which is responsible for reporting cursor position to accessibility stack always returns 0. This code was completly reworked in Qt5, so backporting it is not feasible - the only possibility is to implement missing bits in Qt 4.8.