Resizing or focusing the window will cause flashing white borders
Categories
(Toolkit :: Video/Audio Controls, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | verified | 
People
(Reporter: tbabos, Assigned: mconley)
References
Details
Attachments
(2 files)
Affected versions:
68.0a1 (2019-04-22) (32-bit)
Affected platform:
Windows 10
Windows 8.1
Steps to reproduce:
- Launch Nightly
- Go to any video, such as youtube: https://www.youtube.com/watch?v=IoinmjCmM-E
- Toggle PIP
- Resize the window several times
 or
- Focus/unfocus the PIP window continuously
Expected Result:
The window should be resized and focused without any visual issues
Actual Result:
Resizing or focusing the window will cause flashing white borders
| Assignee | ||
| Comment 1•6 years ago
           | ||
Hi Timea,
Thanks for reporting - would you mind showing me a screenshot of these white borders? Or a video showing you causing them to appear? I want to see if this is a dupe of bug 1543027, or something else entirely.
| Reporter | ||
| Comment 2•6 years ago
           | ||
Here is the screen recording for Windows 10 x64 on latest Nightly: https://streamable.com/6r5kt
On Windows 8 a full white border will also start flickering upon focusing. I will attach a screen recording for that too.
| Reporter | ||
| Comment 3•6 years ago
           | ||
And here is the recording on Windows 7 (same as it can be seen on win8). Ignore the spiky video, the screen recorder causes it.
https://streamable.com/s53cw
| Assignee | ||
| Comment 5•6 years ago
           | ||
I'm not 100% sure why this fixes the issue, but I suspect it's because we used to set chromemargin
on the window after it had had a chance to lay itself out. It seems we can sidestep the issue
by putting the chromemargin on the <html> node directly.
There's the remaining issue where due to rounding, sometimes a very thin (1px) white border will be
displayed around one part of the player window. This has been split out to bug 1549542.
|   | ||
| Comment 7•6 years ago
           | ||
| bugherder | ||
| Updated•6 years ago
           | 
|   | ||
| Comment 8•6 years ago
           | ||
Build ID 20190626093633
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Verified as fixed on the latest Nightly build on Windows 10.
| Reporter | ||
| Comment 9•6 years ago
           | ||
This is still reproducible on latest Nightly71 on amazon prime videos, see recording for reference.
Mike, should we open a new bug or re-open this one?
| Assignee | ||
| Comment 10•6 years ago
           | ||
Let's open a new bug with these STR, thanks Timea. Does it reproduce reliably?
| Reporter | ||
| Comment 11•6 years ago
           | ||
Hey Mike,
Tried a quick test for it but couldn't reproduce it on the first time and I can't really recall if I did anything weird when I encountered this issue.
I'm a bit caught with other feature testing but will submit a new bug for this if I can reproduce it again.
Description
•