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 641892 - a page where orca does not read correctly
a page where orca does not read correctly
Status: RESOLVED DUPLICATE of bug 638111
Product: orca
Classification: Applications
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-09 02:26 UTC by Jose Vilmar Estacio de Souza
Modified: 2011-02-09 03:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
full debug of orca with the trace (56.54 KB, application/octet-stream)
2011-02-09 02:36 UTC, Jose Vilmar Estacio de Souza
Details

Description Jose Vilmar Estacio de Souza 2011-02-09 02:26:40 UTC
Using the latest orca from git try the following:

1. Go to http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-129.htm

2. Press the h key until you hear:
Updating and installing software

3. Press the down key until you hear:
Updating the installation, link.

4. press the enter key to activate the link.

5. Press the h key until you hear:
Updating the installation

6. Press down one time.
Orca reads the content of the line as expected.

7. Press down again.
Orca stays mute.
Orca should read something like:
click help for updates.
You can verify the content using the left and right arrows.
Also, when the step 7 is executed, the following  traceback appears in the debug file of orca.

 vvvvv PROCESS 0 'Down' (116) vvvvv
 LOCUS OF FOCUS: app='Firefox' name='1. Click Help > Check for Updates .' role='list item'
                 event=None

 Traceback (most recent call last):
  • File "/data/software/orca/dev/lib/python2.6/site-packages/orca/input_event.py", line 210 in processInputEvent
    consumed = self.function(script, inputEvent)
  • File "/data/software/orca/dev/lib/python2.6/site-packages/orca/scripts/toolkits/Gecko/script.py", line 5942 in goNextLine
    self.presentLine(nextObj, nextCharOffset)
  • File "/data/software/orca/dev/lib/python2.6/site-packages/orca/scripts/toolkits/Gecko/script.py", line 2125 in presentLine
    self.speakContents(self.currentLineContents)
  • File "/data/software/orca/dev/lib/python2.6/site-packages/orca/scripts/toolkits/Gecko/script.py", line 5378 in speakContents
    clumped = self.clumpUtterances(utterances)
  • File "/data/software/orca/dev/lib/python2.6/site-packages/orca/scripts/toolkits/Gecko/script.py", line 5352 in clumpUtterances
    for [element, acss] in utterances:  ValueError: too many values to unpack  ^^^^^ PROCESS 0 'Down' (116) ^^^^^

Comment 1 Jose Vilmar Estacio de Souza 2011-02-09 02:36:04 UTC
Created attachment 180433 [details]
full debug of orca with the trace
Comment 2 Joanmarie Diggs (IRC: joanie) 2011-02-09 03:43:51 UTC

*** This bug has been marked as a duplicate of bug 638111 ***