Open
Bug 1567934
Opened 6 years ago
Updated 3 years ago
Delay initialization of web speech / narrate code in reader mode until narrate panel is opened
Categories
(Toolkit :: Reader Mode, defect, P3)
Toolkit
Reader Mode
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
References
Details
See bug 1566972 for some cases where this causes issues. Even besides that, this is needless work that could be slow (after all, we're invoking OS APIs) and that we could avoid.
Comment 1•6 years ago
|
||
We check for tts voices early to know if the current article can be read with our available voices (ie. is there a language match). If there isn't, we hide the narrate button.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•