]
Eric Williams reassigned ERT-707:
---------------------------------
Sprint: devex #162 February 2019
Assignee: Eric Williams
atk_text_get_text() seems broken [EBZ#544198]
---------------------------------------------
Key: ERT-707
URL:
https://issues.jboss.org/browse/ERT-707
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Assignee: Eric Williams
Priority: Major
Labels: 4.11_M3, SWT, bzira
Created attachment 277483
accessible event listener
Steps to reproduce:
1. Launch Eclipse and create a new text file.
2. Type "hello"
3. Launch the attached accessible event listener in a terminal.
4. Arrow amongst the characters
Expected results: Each time the caret moved, the event listener would print out the
character at offset and all of the text in the object where the caret moved.
Actual results: Each time the caret moved, the event listener prints out an empty string
for the character at offset and for the text in the object.