GNOME Bugzilla – Bug 704620
Accessible caret-moved event is sometimes for the wrong text object
Last modified: 2014-06-10 17:02:29 UTC
Steps to reproduce: 1. Open the to-be-attached PDF 2. Enable caret navigation (see bug 702079) 3. Run the attached listener in a terminal. 4. Click within the text on each page. Expected results: The full text of the current page would be printed. Actual results: The full text of the first page is printed. Note: If you arrow instead of click, the contents are correct for both pages.
Created attachment 249719 [details] PDF test case
Created attachment 249720 [details] event listener
This, by the way, is a should-fix-but-can-wait bug I discovered whilst testing another issue. The reason it can wait is that Orca users will not be mouse-clicking; they will be keyboard-navigating. And we'll need to first fix/rework ev-view-accessible anyway as part of the tagged pdf support, so this issue might get fixed by side effect. Lowering the priority accordingly.
The issue in the opening report was fixed as a consequence of fixing other bugs. If I had to bet, my money would be on bug 724965 as that is where each page became an accessible object the content of which could be obtained independent of caret navigation. Thus marking this one as a dup of that one. *** This bug has been marked as a duplicate of bug 724965 ***