GNOME Bugzilla – Bug 620097
When a line in an OOo Writer document ends with a link, the final character is spoken as if it were not part of the link
Last modified: 2010-09-20 10:53:50 UTC
Steps to reproduce: 1. Create an OOo Writer document in which there are multiple lines, one of which is a link at the end of the line. (Note, there cannot be any trailing whitespace.) 2. Arrow up and down. Results: The final character of the link is treated as though it were not part of the link (e.g. 'foo ba link r' rather than 'foo bar link')
http://git.gnome.org/browse/orca/commit/?id=d8eabedadd323809f60d0ec3e04fefdffd19aa58 Solves the above problem. Also tested with links which wrap onto subsequent lines and links which are followed by other text. Committed to master.