Closed
Bug 1337704
Opened 8 years ago
Closed 8 years ago
Flickery transition between tabs indicators (play tab -> sound)
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | affected |
People
(Reporter: sbadau, Unassigned)
References
Details
Attachments
(1 file)
2.45 MB,
video/mp4
|
Details |
[Affected versions]:
- Nightly 54.0a1 - build ID: 20170207030214
[Affected platforms]:
- Windows 10, Ubuntu 16.04 and Mac OS X 10.11
[Steps to reproduce]:
1. Launch Firefox
2. Navigate to YouTube
3. Open 10 videos in the background
4. After all the videos are loaded,focus them one by one (pay attention to the tabs indicators)
[Expected result]:
- Sound indicator replaces the Play Tab indicator in a smooth transition.
[Actual result]:
- Sound indicator flickers right after replacing the Play Tab indicator. For more details please see the attached screen cast that contains a comparison between the transition of the tab indicators on Nightly 53 and Nightly 54.
Comment 1•8 years ago
|
||
It's known issue, but now I don't have any way to fix it, and it's a "trade off" from bug1328058.
Before that bug, we would pre-set the sound icon before the "play tab" icon disappear. However, in that bug, we got the situation is the video might be silent, so that we shouldn't show the sound icon immediately, we should wait the video decoding to know whether the video is silent or not. That needs some time, so we would get some little latency between "hide play tab" and "show sound icon", and cause the flickery.
---
I would mark this bug as WONTFIX.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•