Flashing elements on https://polypane.app/
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox114 | --- | unaffected |
firefox115 | --- | unaffected |
firefox116 | --- | fixed |
People
(Reporter: mayankleoboy1, Assigned: gw)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(3 files)
Go to https://polypane.app/
Scroll down to the section that says "Give it a try"
3 different panes are there below that header. Scroll inside those panes
AR: White flashes
Regression: bug 1837902
Reporter | ||
Comment 1•1 year ago
|
||
Reporter | ||
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Set release status flags based on info from the regressing bug 1837902
:gw, since you are the author of the regressor, bug 1837902, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 4•1 year ago
|
||
I can reproduce this on Nightly116.0a1 Windows10 with SW-WR as well as HW-WR.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 5•1 year ago
|
||
Minimal repro:
<!DOCTYPE html>
<html>
<head>
<style>
.outer {
height: 800px;
width: 920px;
overflow: auto;
border-radius: 10px;
}
.inner {
background-color: #0079b1;
}
</style>
</head>
<body>
<div class="outer">
<section class="inner" style="height: 10000px;"></section>
</div>
</body>
</html>
Assignee | ||
Comment 6•1 year ago
|
||
Confirmed fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1837902#c8.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 7•1 year ago
|
||
Set release status flags based on info from the regressing bug 1837902
Comment 8•1 year ago
|
||
I can still reproduce this issue on the latest Nightly(2023-07-13) but not on Firefox 116 Beta, on https://polypane.app , on Windows 10. macOS and Ubuntu do not reproduce.
Should I open a new bug for Windows only?
Reporter | ||
Comment 9•1 year ago
|
||
I am not :gwatson, but I think the simplest way is to file a new bug and link this bug.
FWIW, I am on Windows and I cant repro the flashing. So please put detailed STR.
Comment 10•1 year ago
|
||
STR I used:
- Launch Firefox Nightly.
- Navigate to https://www.polypane.app .
- Scroll down to the section that says "Give it a try".
- Scroll inside the panels.
I didn't change any preferences prior to testing using these STR because I could reproduce without any issues on an affected older build.
Comment 11•1 year ago
|
||
(In reply to Ardelean Oana, Desktop QA from comment #10)
STR I used:
- Launch Firefox Nightly.
- Navigate to https://www.polypane.app .
- Scroll down to the section that says "Give it a try".
- Scroll inside the panels.
I didn't change any preferences prior to testing using these STR because I could reproduce without any issues on an affected older build.
I have cloned this to Bug 1843569.
Assignee | ||
Updated•1 year ago
|
Description
•