Open
Bug 1811713
Opened 2 years ago
Updated 1 year ago
The 'playing' event is not fired during a new video playback cycle.
Categories
(Firefox for Android :: Media, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: lexxai, Unassigned)
Details
User Agent: Mozilla/5.0 (Android 9; Mobile; rv:109.0) Gecko/109.0 Firefox/109.0
Steps to reproduce:
When HTML5 videos are used with the loop parameter, the 'playing' event is not activated during a new video playback cycle. To solve the problem in (Firefox for Android), disable the loop, use the 'end' event and start the video again via play(). Then the 'playing' event is activated as in other browsers.
Actual results:
the 'playing' event is not activated during a new video playback cycle.
Expected results:
the 'playing' event should be fired during a new video playback cycle.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
Updated•2 years ago
|
Flags: needinfo?(cpeterson)
Updated•1 year ago
|
Severity: -- → S3
Updated•1 year ago
|
Component: General → Media
You need to log in
before you can comment on or make changes to this bug.
Description
•