Re: [orca-list] Thunderbird: Orca repeats two times the same sentence



Hello,

Alex ARNAUD, le jeu. 24 janv. 2019 14:11:04 +0100, a ecrit:
There are a lot of instances like this bug, where get_text_at_offset()
gives us the wrong thing. It would be AMAZING if Hypra could fix all of
these issues. It would make it possible to remove a TON of hacks. And
that would make Orca way more performant and reliable. To find some
examples go to:
https://bugzilla.mozilla.org/showdependencytree.cgi?id=374212&hide_resolved=1

Do a find in page search for get_text_at_offset. Those are probably not
the only bugs, but it's a good starting place.

Ok, so there are

- Incorrect results when get_text_at_offset() is used to get the last
word on the line in wrapped text
- get_text_at_offset() sometimes returns the first line of text when
given the final character's offset
- atk_text_get_text_at_offset sometimes return more than one line when
asking for the line at offset
- atk_text_get_text_at_offset sometimes return an empty line instead of
the line at offset
- atk_text_get_text_at_offset sometimes returns the previous line
instead of the line at offset
- atk_text_get_text_at_offset is broken for CSS-generated content

what do you think we could start with?
(I started having a look at the word one)

Samuel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]