After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 504785 - Orca repeats certain lines twice in Firefox 3
Orca repeats certain lines twice in Firefox 3
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.21.x
Other All
: High major
: 2.22.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2007-12-21 01:23 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2008-07-22 19:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
proposed patch (1.13 KB, patch)
2007-12-26 19:44 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2007-12-21 01:23:58 UTC
If there is a line that begins with a link, and that link began on the previous line, pressing Down Arrow will cause that line to be repeated.  Pressing Down Arrow a second time will move us on as expected.
Comment 1 Joanmarie Diggs (IRC: joanie) 2007-12-26 19:44:15 UTC
Created attachment 101638 [details] [review]
proposed patch

Not only do we repeat certain lines on the way down, we skip a line on the way up.

This patch seems to solve the problem.  Already pylinted.  Mike please test.
Comment 2 Joanmarie Diggs (IRC: joanie) 2007-12-26 22:12:45 UTC
Just got off the phone with Mike.  He thinks this one is good.  Patch committed, moving to pending.  Now to write more regression tests. :-)
Comment 3 Mike Pedersen 2008-01-04 02:50:20 UTC
I think I've found another problem site that belongs here.  
Take a look at: http://wine.woot.com/ 
As I arrow down through this site all seems fine until I get to the details for each bottle.  At that point until the end of the third bottle I hear parts of many of the lines repeated as I arrow down.
Comment 4 Joanmarie Diggs (IRC: joanie) 2008-01-08 20:55:43 UTC
I am not seeing any line repetition on wine.woot.com.  However I do see it every once in a while on other sites.  In those cases the problem is that we are not moving to the next (or previous) line, but rather moving to a different location on the same line.  As such we speak the text again.

As discussed in the team meeting, we are going to close this bug and address the caret related navigation issues in bug 506360.