Closed
Bug 1240714
Opened 10 years ago
Closed 10 years ago
Incorrect invalidation of an image
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox45 | + | --- |
People
(Reporter: Sylvestre, Unassigned)
Details
Attachments
(1 file)
|
554.12 KB,
image/png
|
Details |
Looking at bbouvier pictures, I had some repaint issue. Nical confirmed that it is a firefox issue.
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Comment 2•10 years ago
|
||
Matt, Nical said that you should know!
Flags: needinfo?(nical.bugzilla)
Flags: needinfo?(matt.woodrow)
Comment 3•10 years ago
|
||
Is there a url where one can reproduce this issue?
Comment 4•10 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #2)
> Matt, Nical said that you should know!
Throwing me in the deep end again!
I don't recognise this as any open bug that I know of.
Is this reproducible? What are the STR?
Adding Seth to the cc list since it's likely an imagelib issue.
Updated•10 years ago
|
Flags: needinfo?(matt.woodrow)
Comment 5•10 years ago
|
||
I can't reproduce this unfortunately.
Nical, does disabling accelerated layers help you reproduce this?
Bug 1240073 seems quite similar.
Comment 6•10 years ago
|
||
I reproduced the bug with the basic compositor and applying the patch in Bug 1240073 doesn't help at all (it's probably even worse).
Flags: needinfo?(nical.bugzilla)
Comment 7•10 years ago
|
||
I think that the damaged region isn't tracked properly on the basic compositor. I changed BasicCompositor::BeginFrame to invalidate the enire window every time and the bug disappears.
Comment 8•10 years ago
|
||
I can reproduce on mac with basic compositor too.
Comment 9•10 years ago
|
||
I was on BasicCompositor and couldn't reproduce :(
Could someone try stepping through LayerPropertiesBase::ComputeDifferences and see why we aren't invalidating a large enough area?
Comment 10•10 years ago
|
||
Now I can't reproduce :(
| Reporter | ||
Comment 12•10 years ago
|
||
Benjamin, did you update your instance?
Flags: needinfo?(sledru) → needinfo?(bbouvier)
Comment 13•10 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #12)
> Benjamin, did you update your instance?
I have not, why?
Flags: needinfo?(bbouvier)
| Reporter | ||
Comment 14•10 years ago
|
||
Works for me now, not sure what changed...
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
affected → ---
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•