GNOME Bugzilla – Bug 568768
Orca starts at the top of a newly-loaded page rather than the specified fragment
Last modified: 2009-02-13 20:39:15 UTC
Steps to reproduce: 1. Launch FF3 to a blank page 2. Press Control + L and enter the following URL: http://live.gnome.org/Orca#head-57a68c24cf7c113345e8389db746bfe158e464ba 3. Press Return Expected results: Orca would set the caret context to the object specified by the fragment ("About Orca" heading) and present it. Actual results: Orca sets the caret context to the top of the page and presents that instead.
*Tentatively* targeting for 2.24.4 so that it's higher up on the list. A quick look at my debug.out taken while performing the above steps hints that we're not getting the appropriate caret-moved event, but I need to investigate further.
Created attachment 127798 [details] [review] revision 1 Will please review. Thanks!
(In reply to comment #2) > Created an attachment (id=127798) [edit] > revision 1 > > Will please review. Thanks! It *seems* to look good to me, and it seems like it might provide a potential performance improvement. It's kind of in a high traffic area of the code, though, so I'd feel more confident if people were able to give this a test before checking it in. Thanks for your work!
Works very well for me. Thanks Joanie.
Yea! Thanks Jon! As Will stated, the change I made touches quite a bit of what we do in the Gecko script. Therefore, I'd ask that you (and others) just keep using this patch for a bit to make sure there are no unwanted side effects.
So far I'm not noticing any problems with this patch.
I've committed the patch to trunk. Moving to pending while it gets some more testing before I commit it to the gnome-2-24 branch.
This one looks good.
Thanks Mike. Patch committed to the gnome-2-24 branch. Closing as FIXED.