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 587794 - In some pages I can not read using the DownArrow key
In some pages I can not read using the DownArrow key
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
2.27.x
Other All
: Normal normal
: 2.28.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2009-07-04 23:43 UTC by Jose Vilmar Estacio de Souza
Modified: 2009-11-09 21:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
fix (5.85 KB, patch)
2009-07-09 20:40 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Jose Vilmar Estacio de Souza 2009-07-04 23:43:01 UTC
Please describe the problem:
Using orca 2.6 or latest orca from git repository, in some pages I can not by pass part of the content using the DownArrow key.

Steps to reproduce:
1. 
2. 
3. 
1) Using FireFox 3.0 or 3.5 go to http://www.twitter.com/wwalker
2) After the page is load press the H key until you hear wwalker image header level 2.
3) Press DownArrow and observe that orca will repeat the same text spoken in step 2 and doesn't go to the next line.
4) No matter how many times I press the DownArrow, orca doesn't go to the next line.

Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Willie Walker 2009-07-07 13:27:32 UTC
Confirmed.  You need to right arrow or use other navigation techniques to get past my smiling face.
Comment 2 Joanmarie Diggs (IRC: joanie) 2009-07-09 17:31:57 UTC
I took a quick look at this at lunch today. I see where the problem is and have a potential fix. I need to run the regression tests first.

Assigning to me.
Comment 3 Joanmarie Diggs (IRC: joanie) 2009-07-09 20:40:10 UTC
Created attachment 138146 [details] [review]
fix

This is a simple fix to handle the case of an object beginning with a link whose text is an embedded object character. Solves the problem, passes the regression tests, is pylinted. New regression test included.

Will, please review. Thanks!
Comment 4 Willie Walker 2009-07-09 21:53:18 UTC
Looks fair to me.  Please add some docs to the code, though, so we don't forget why this is being done.  Many thanks!
Comment 5 Joanmarie Diggs (IRC: joanie) 2009-07-09 22:11:36 UTC
(In reply to comment #4)
> Looks fair to me.  Please add some docs to the code, though, so we don't forget
> why this is being done.

Good point. Patch committed with docs added. Thanks!

Closing as FIXED.