Blue rectangles on github's diff viewer interface
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | disabled |
| firefox113 | --- | unaffected |
| firefox114 | --- | unaffected |
| firefox115 | --- | disabled |
| firefox116 | --- | verified |
People
(Reporter: noszalyaron4, Assigned: gw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
- Visit this commit's diff viewer on github: https://github.com/gevent/gevent/commit/9d27d269ed01a7e752966caa7a6f85d773780a1a#diff-5c1fac58666e8444f93264107cb96915fe63966d46459770fe5bc06585d50a35
- Click on "backdoor.py" (or any other file basically) in the left menu.
Actual results:
Scrolling around the middle of this highlighted file we can notice the unchanged lines become blue instead of white.
Expected results:
These lines should have stayed white as in chrome.
| Reporter | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Mozregression returned the following pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=4a8d978dd79cea05113daf84e5da8d33b43182ed&tochange=928b0d1a27d51da8561d2e52e32fe6aa1354d7cb
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1830588
:gw, since you are the author of the regressor, bug 1830588, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
Minimized repro:
<body>
<div style="margin: 32px;">
<div style="box-shadow:0 0 0 2px #f00; border-radius: 6px;">
<div style="height: 4000px;"></div>
</div>
</div>
</body>
| Assignee | ||
Comment 5•3 years ago
|
||
Comment 8•3 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Reproducible on a 2023-05-31 Nightly build on macOS 12.
Verified as fixed on Firefox 115.0b4(build ID: 20230611180300) and Nightly 116.0a1(build ID: 20230611214645) on macOS 12, Windows 10, Ubuntu 22.
Comment 11•2 years ago
|
||
https://hg.mozilla.org/releases/mozilla-release/rev/94e66c4c2d54
Backed out changeset eeba3a3c20a4 (bug 1836052) with Bug 1836693 and Bug 1830588 for causing regressions
Comment 12•2 years ago
|
||
https://hg.mozilla.org/releases/mozilla-esr115/rev/fb53c680baea
Backed out changeset eeba3a3c20a4 (bug 1836052) with Bug 1836693 and Bug 1830588 for causing regressions
Description
•