Closed
Bug 1586573
Opened 5 years ago
Closed 5 years ago
checkbox is drawn with bad image when WebRender enabled
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | fixed |
People
(Reporter: ayakawa.m, Assigned: jrmuizel)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
- load sample attached file.
- scroll up and down quickly
Actual results:
checkbox is drawn with bad image
Expected results:
checkbox is drawn normaly
Reporter | ||
Comment 1•5 years ago
|
||
Reporter | ||
Comment 2•5 years ago
|
||
regression: build 9163b1b1 ( https://phabricator.services.mozilla.com/D45323 )
Reporter | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → Graphics: WebRender
Product: Firefox → Core
Updated•5 years ago
|
Keywords: regression
Comment 5•5 years ago
|
||
Still occurs on nightly, I initially couldn't reproduce when my browser was maximized.
Resizing the window and scrolling up and down triggered it straight away.
Jeff: Regression points at one of your changes. Can you take a look?
Flags: needinfo?(jmuizelaar)
Updated•5 years ago
|
OS: Unspecified → Windows 10
Priority: -- → P2
Hardware: Unspecified → Desktop
Comment 6•5 years ago
|
||
This happens at not only checkbox but also radio button and textbox.
Assignee | ||
Comment 7•5 years ago
|
||
This reverts to the previous behaviour for non-blob fallback images.
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(jmuizelaar)
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc8d1b6787dc
Don't use the visibleRect for non blob images. r=aosmond
Comment 9•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•5 years ago
|
Assignee: nobody → jmuizelaar
Updated•5 years ago
|
status-firefox67:
--- → unaffected
status-firefox68:
--- → unaffected
status-firefox69:
--- → unaffected
status-firefox70:
--- → unaffected
status-firefox-esr60:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•