GNOME Bugzilla – Bug 641892
a page where orca does not read correctly
Last modified: 2011-02-09 03:43:51 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):
+ Trace 225908
consumed = self.function(script, inputEvent)
self.presentLine(nextObj, nextCharOffset)
self.speakContents(self.currentLineContents)
clumped = self.clumpUtterances(utterances)
for [element, acss] in utterances: ValueError: too many values to unpack ^^^^^ PROCESS 0 'Down' (116) ^^^^^
Created attachment 180433 [details] full debug of orca with the trace
*** This bug has been marked as a duplicate of bug 638111 ***