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 638063 - SayAll fails with certain pages in Firefox
SayAll fails with certain pages in Firefox
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
2.91.x
Other All
: Normal normal
: 2.91.5
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2010-12-26 21:43 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2010-12-30 20:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2010-12-26 21:43:20 UTC
In at least some pages, SayAll is failing in Firefox. Still investigating.
Comment 1 Joanmarie Diggs (IRC: joanie) 2010-12-26 23:43:02 UTC
This hack should take care of it for now, I hope. <sighs>

http://git.gnome.org/browse/orca/commit/?id=4f2c875415dbf3b1335267d392c11cbcb4fcba7a

The problem is that the speaking of contents (including SayAll) involves this silly clumping code that assumes any given utterance will contain a list of exactly two items: a string to speak and an acss describing the voice in which to speak it. The thing is, that's not always what we get out of the speechgenerators, which is what we should be using in the first place. <sighs again>

Clump and friends must die. Seriously. I'm going to run the regression tests now. Then I will see about murdering clump.