WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
114045
WebSpeech: event.elapsedTime is always 1364484608
https://bugs.webkit.org/show_bug.cgi?id=114045
Summary
WebSpeech: event.elapsedTime is always 1364484608
chris fleizach
Reported
2013-04-05 10:52:33 PDT
var u = new SpeechSynthesisUtterance(); u.text = 'Hello World'; u.lang = 'en-US'; u.rate = 1.2; u.onend = function(event) { alert('Finished in ' + event.elapsedTime + ' seconds.'); } speechSynthesis.speak(u); * RESULTS No matter what values you give it, event.elapsedTime is always 1364484608. Expected a value more like 1.42346897, as this is value should be a float value representing seconds of elapsed speech time.
Attachments
patch
(5.00 KB, patch)
2013-04-05 14:23 PDT
,
chris fleizach
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2013-04-05 10:52:47 PDT
rdar://13584644
chris fleizach
Comment 2
2013-04-05 14:23:14 PDT
Created
attachment 196682
[details]
patch
chris fleizach
Comment 3
2013-04-05 14:23:29 PDT
Adding Tim to help with review
chris fleizach
Comment 4
2013-04-05 14:37:54 PDT
Comment on
attachment 196682
[details]
patch Thanks!
WebKit Commit Bot
Comment 5
2013-04-05 14:52:49 PDT
Comment on
attachment 196682
[details]
patch Clearing flags on attachment: 196682 Committed
r147801
: <
http://trac.webkit.org/changeset/147801
>
WebKit Commit Bot
Comment 6
2013-04-05 14:52:51 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug