[Webkit-unassigned] [Bug 129403] New: speechSynthesis.speak of a zero length utterance kills future speech

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 16:04:46 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129403

           Summary: speechSynthesis.speak of a zero length utterance kills
                    future speech
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com


Steps to Reproduce:
<script>
speechSynthesis.speak( new SpeechSynthesisUtterance(""));
speechSynthesis.speak( new SpeechSynthesisUtterance("hello"))
</script>

Expected Results:
It should say hello.

Actual Results:
speechSynthesis.speak is hung until I call speechSynthesis.cancel()

<rdar://problem/16168664>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list