GNOME Bugzilla – Bug 313954
Incorect report in case of deleting a char from a text-entry
Last modified: 2007-08-02 04:30:34 UTC
1. From the desktop, open properties window for an icon. 2. Start Gnopernicus 3. Focus the name text entry and add some text to the existing name. Gnopernicus reports every inserted character. 4. Delete the new added text. Listen what Gnopernicus reports for every delete operation. Expected behavior: When a character is deleted, it should be reported by the reader Actual behavior: If the deleted character is the last one, nothing is reported. If the deleted character is not the last, the character after the deleted one is reported. Example: Text: "12345" -deleting '5' nothing is reported -deleting '3', '4' is reported Additional informations: 1. This is not a Gnopernicus bug, it was tested also using a at-spi independent tester, Gnopernicus reports the information received from at-spi. 2. This is not a general problem, it was observed only for text-entries
tranferring to gail, as this seems to be an atk-implementation problem for GtkText.
Created attachment 88194 [details] [review] patch
*** Bug 348466 has been marked as a duplicate of this bug. ***
*** Bug 404714 has been marked as a duplicate of this bug. ***