Reviewing merge request #1242: Make QAccessibleTextEdit::textAtOffset return the element at the correct offset
QAccessibleTextEdit::textAtOffset did only change the cursor position if boundary type was CharBoundary. As a result if the boundary was not CharBoundary it did always return the first element.
This commit fixes bug #19644: http://bugreports.qt.nokia.com/browse/QTBUG-19644
Commits that would be merged:
Version 1


Add a new comment:
Login or create an account to post a comment