GNOME Bugzilla – Bug 627691
When I say all a webpage content and Orca attempts to speak an image description, the say all operation is terminated
Last modified: 2010-09-20 10:57:47 UTC
Created attachment 168541 [details] This debug.out I hope show you why happening this bug. Dear Developers, When I would like say all a webpage content, and Orca found an image description with need spokening, the sai all operation is terminated. How can you reproduce this issue? 1. Launch Firefox web browser, and open following website: http://www.origo.hu/hirmondo/techbazis/szamitogep/20100822-jolicloud-felhobe-vonult-a-netbookok-operacios-rendszere.html 2. Press Orca+semicolon or numpadplus key (depending your Orca keyboard layout). 3. The say all operation is terminated if Orca found an image description with need spokening, but this is not end of the document, if I would like append say all operation, I need press a down arrow key and begin again the say all operation. I maked a debug.out file and attached with this bugreport, I think help you following information to determining why happening this problem: I found following traceback error message with debug.out file: Traceback (most recent call last):
+ Trace 223353
event_types=self._CALLBACK_TYPE_MAP.keys())
text = self.__addVerbalizedPunctuation(text)
newText = re.sub(ELLIPSIS, spokenEllipsis, oldText)
return _compile(pattern, 0).sub(repl, string, count)
Attila
*** This bug has been marked as a duplicate of bug 627769 ***
Well, apparently the fix for this bug is not the same as the fix for the other bug -- at least not every last occurrence of it. Therefore I've committed the proposed patch attached to the other bug as the fix for this bug. (Are we confused yet? :-) Attila, please verify that you can no longer reproduce the problem you reported for the test case you reported using master. Thanks! http://git.gnome.org/browse/orca/commit/?id=37aa48f10eaa5869cbbe28f2c6a0e8332f845ee9
Reopening. I had to reverse that patch as it introduces a new problem. Trying again. For real this time. :-/
Alrighty then, I believe I have re-fixed this bug without the problem introduced by the former fix. Attila please confirm. Thanks! http://git.gnome.org/browse/orca/commit/?id=e6eaa9ad344bca69fd4f194c92f5c0123bbe8a28
Joanie, all works fine now my machine when I this day morning updated with git master. I reopened the test webpage, and sayall the webpage content before the image description. The sayall operation now not terminated when Orca spokened the image description. This bug is fixed now, thank you the fix! Attila
Yay! Thanks for the confirmation Attila.