Re: [orca-list] speech dispatcher (Re: punctuation not spoken properly when reviewingbycharacter in firefox)
- From: Tomas Cerha <cerha brailcom org>
- To: Willie Walker <William Walker Sun COM>
- Cc: orca-list gnome org
- Subject: Re: [orca-list] speech dispatcher (Re: punctuation not spoken properly when reviewingbycharacter in firefox)
- Date: Wed, 05 Mar 2008 08:40:27 +0100
Willie Walker wrote:
I know a number of Orca users are working happily with Speech Dispatcher
0.6.6, and I also know a few are working to harden and improve Speech
Dispatcher overall. Kenny, David, Tomas -- if you're reading this, can
you give us a good idea of where things stand right now?
Hello, I think I already said somewhere that I believe this problem is
in the Firefox script, since it seems to speak a character using the
`speak()' command instead of `speakCharacter()' command. I didn't have
a chance to look at it closer lately, but due to the wide interest I had
a short look into it right now and I think I tracked the problem. It's
a one-liner fix in Orca trunk src/orca/Gecko.py, line 8114:
speech.speak(character, self.getACSS(obj, character), False)
should be replaced by:
speech.speakCharacter(character, self.getACSS(obj, character))
I'll try to fill in a bug report and send the patch later today.
Best regards, Tomas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]