arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: https://goldacct.co/firefoxerror.htm

Browser / Version: Firefox 65.0
Operating System: Ubuntu
Tested Another Browser: Yes

Problem type: Desktop site instead of mobile site
Description: Speech Synthesis play incorrect
Steps to Reproduce:
I wrote a simple javascript as below.
when I set lang = 'cmn' (Mandarin Chinese).
it works well in firefox for Android, or Chrome mobile and desktop versions.
however, in firefox desktop version for Ubuntu 18, the speech is unrecognizable.

=========== java script Begin =================
function Sayit() {
let u = new SpeechSynthesisUtterance();
u.lang = 'cmn';
u.text = "早安";
speechSynthesis.speak(u);
}
=========== java script End =================

Browser Configuration
  • None

Reported by @stevene29f

From webcompat.com with ❤️

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
🔒 Closed: Duplicate
#27221

goldacct.co - Speech Synthesis play incorrect

Opened: 2019-03-05
Reporter: stevene29f
Comments: 3
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct