Open
Bug 816536
Opened 12 years ago
Updated 3 years ago
"Play" button is still active even video is already playing.
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: vcarciu, Unassigned)
References
()
Details
Prerequisites:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0
Steps to reproduce:
1. Go to https://addons-dev.allizom.org/.
2. In the site navigation menu, hover over "More" section and click on "Developer Hub".
3. Click on "Start Making Add-ons" button.
4. "Builder and SDK" page is loaded and in the righ side of the page there are two videos ("Builder Overview" and "Builder Tutorial").
5. Click "Play" on any video .
Expected Results:
1. Video starts playing and the "Play" button from the center should disappear.
Actual Results:
2. Video starts playing but the "Play" button is still there.
Please see screencast for this bug : http://screencast.com/t/ddoHUozO
NOTES:
Reproducible also in production.
Comment 1•12 years ago
|
||
The play button goes away if you click (pause) then click (play) in the video once it starts.
Assignee: nobody → mattbasta
Target Milestone: 2012-12-06 → 2012-12-13
Comment 2•12 years ago
|
||
This isn't a bug on AMO, this is a bug in Firefox. The play button is part of the native browser controls; we don't create it.
Try visiting the page in Chrome and see the results: https://addons-dev.allizom.org/en-US/developers/builder
If you use the inspector to hide the <video> element, you can see that the play button disappears as well. That shows that it's not added by us. I couldn't see any ::before or ::after on there, either.
Updated•12 years ago
|
Assignee: mattbasta → nobody
Component: Developer Pages → General
Product: addons.mozilla.org → Firefox
Target Milestone: 2012-12-13 → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•