WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
207489
video.currentTime is not being updated in iOS 13.4 Beta
https://bugs.webkit.org/show_bug.cgi?id=207489
Summary
video.currentTime is not being updated in iOS 13.4 Beta
Christoph Bartschat
Reported
2020-02-10 11:47:58 PST
Created
attachment 390276
[details]
Source code for repro Safari appears to never increment the currentTime property of the video element from a getUserMedia stream in iOS 13.4 Beta. A basic repro case can be viewed on an iPhone here: 8th.io/y8k4p The repro app does the following: * getUserMedia -> stream -> video * Print out videoHeight, videoWidth, and currentTime of the video We tested this with an iPhoneXR with iOS 13.4 Beta. Source code for the repro is attached.
Attachments
Source code for repro
(1.19 KB, text/javascript)
2020-02-10 11:47 PST
,
Christoph Bartschat
no flags
Details
Patch
(5.51 KB, patch)
2020-02-11 10:41 PST
,
Eric Carlson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-02-10 13:11:20 PST
<
rdar://problem/59322640
>
Jon Lee
Comment 2
2020-02-10 15:14:54 PST
I'll ask the obvious: this is a regression from iOS 13.3?
Christoph Bartschat
Comment 3
2020-02-10 16:01:47 PST
Yes, this is a regression observed in 13.4. We see that 13.3.1 is working as expected.
Eric Carlson
Comment 4
2020-02-11 10:27:25 PST
This was caused by
r251566
.
Eric Carlson
Comment 5
2020-02-11 10:41:03 PST
Created
attachment 390388
[details]
Patch
WebKit Commit Bot
Comment 6
2020-02-11 13:14:49 PST
Comment on
attachment 390388
[details]
Patch Clearing flags on attachment: 390388 Committed
r256346
: <
https://trac.webkit.org/changeset/256346
>
WebKit Commit Bot
Comment 7
2020-02-11 13:14:50 PST
All reviewed patches have been landed. Closing bug.
Christoph Bartschat
Comment 8
2020-02-19 14:59:03 PST
Is this fix expected to have been propagated to the latest iOS 13.4 Beta 2? We're still seeing the same issue after updating.
Eric Carlson
Comment 9
2020-02-19 15:58:53 PST
(In reply to Christoph Bartschat from
comment #8
)
> Is this fix expected to have been propagated to the latest iOS 13.4 Beta 2? > We're still seeing the same issue after updating.
No, the fix missed the cutoff for Beta 2.
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