Open
Bug 1511645
Opened 7 years ago
Updated 4 years ago
<video> dispatches extra javascript events when using a media fragment URI
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
NEW
People
(Reporter: marti.angelats, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
1. Open Firefox.
2. Paste https://jsfiddle.net/tq1uosz0/ in the adress bar and press Enter.
3. Press Ctrl+Shift+K to open the javascript console.
Actual results:
The console shows:
duration change
can play
time update
can play
Expected results:
The console should have shown:
duration change
time update
can play
Comment 1•7 years ago
|
||
This issue occurs on all three main firefox versions (Nightly v65.0a1, Beta v64.0 and Release v63.0.3) and on all platforms (Windows 10, Ubuntu 16 and Mac OS 10.11.5).
I have set its component as (Core) JavaScript Engine. Little do I know which is the best component of the JavaScript ones. If incorrect, please set a correct one.
Also, this issue can not be reproduced on the Chrome browser.
Thank you for your contribution!
Status: UNCONFIRMED → NEW
status-firefox63:
--- → affected
status-firefox64:
--- → affected
status-firefox65:
--- → affected
Component: Untriaged → JavaScript Engine
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → Desktop
Updated•7 years ago
|
Component: JavaScript Engine → DOM
Updated•7 years ago
|
Component: DOM → Audio/Video: Playback
Updated•4 years ago
|
Updated•4 years ago
|
No longer blocks: media-triage
Severity: normal → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•