"4.6-stable" was not a valid ref, trying 4.8 instead

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
  • Version 1
  • Version 1
  • 271a96f
  • e69205b
  • Changing cursor position in all boundaries

Showing 271a96f-e69205b

Comments

→ State changed from New to Merged

Merged, thanks for your contribution!

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository