Closed
Bug 1418945
Opened 7 years ago
Closed 7 years ago
https://calibre-ebook.com/ graphic glitch when hovering on the image
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | fixed |
firefox59 | + | fixed |
People
(Reporter: julienw, Assigned: mattwoodrow)
References
Details
(Keywords: regression)
Attachments
(1 file)
10.51 KB,
patch
|
mikokm
:
review+
gchang
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
STR:
1. Go to https://calibre-ebook.com/
2. hover with your mouse on the image in the left
3. put your mouse elsewhere
Expected:
* the image (or its element) is back at its initial size
Actual:
* the image stays on top of the text.
This is new in Nightly, this works as expectded in v58 and v57. It works as expected in Chromium too.
I'll handle the mozregression with my intern.
Comment 1•7 years ago
|
||
Cant repro with retain-dl turned off.
2017-11-20T19:38:43: DEBUG : Using url: https://hg.mozilla.org/integration/autoland/json-pushes?changeset=63c91c79579b9992e674ec17b6008432589d0201&full=1
2017-11-20T19:38:44: DEBUG : Found commit message:
Bug 1404181 - Part 27: Add some retained-dl debugging tools. r=mstange
MozReview-Commit-ID: EQO1lAbUnpY
This should block bug 1352499
Flags: needinfo?(matt.woodrow)
After bisecting, we found bug 1416055 to be the culprit -- which confirms comment 1.
2017-11-20T07:54:34: DEBUG : Using url: https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?changeset=d5e1ed773fefe2eb9d52402dd74b5fea19b8b4a4&full=1
2017-11-20T07:54:35: DEBUG : Found commit message:
Bug 1416055 - Enable retained display lists for Nightly builds. r=miko
Assignee | ||
Comment 3•7 years ago
|
||
Assignee: nobody → matt.woodrow
Flags: needinfo?(matt.woodrow)
Attachment #8930325 -
Flags: review?(mikokm)
Comment 4•7 years ago
|
||
Comment on attachment 8930325 [details] [diff] [review]
handle-order-changes-correctly-during-merging
Review of attachment 8930325 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
Attachment #8930325 -
Flags: review?(mikokm) → review+
Comment 5•7 years ago
|
||
Tracking since this is a recent regression, and just to make sure the fix lands.
Keywords: regression
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f3615964530
Always use the new-list ordering when merging display list since it's guaranteed to be correct. r=miko
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•7 years ago
|
status-firefox-esr52:
--- → unaffected
Assignee | ||
Comment 8•7 years ago
|
||
Comment on attachment 8930325 [details] [diff] [review]
handle-order-changes-correctly-during-merging
Approval Request Comment
[Feature/Bug causing the regression]: bug 1352499. This is code that is preffed off, but we want to run a shield study enabling the pref.
[User impact if declined]: None, preffed off code.
[Is this code covered by automated tests?]: Yes, when the pref is enabled.
[Has the fix been verified in Nightly?]: Yes
[Needs manual test from QE? If yes, steps to reproduce]: No
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: Code is preffed off.
[String changes made/needed]: None
Attachment #8930325 -
Flags: approval-mozilla-beta?
Comment 9•7 years ago
|
||
Comment on attachment 8930325 [details] [diff] [review]
handle-order-changes-correctly-during-merging
Support retain display list shield study. Beta58+.
Attachment #8930325 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•7 years ago
|
Updated•7 years ago
|
Component: General → Layout: Web Painting
Comment 10•7 years ago
|
||
We have conflict: warning: conflicts while merging layout/painting/RetainedDisplayListBuilder.cpp! (edit, then use 'hg resolve --mark')
Flags: needinfo?(matt.woodrow)
Updated•7 years ago
|
Flags: needinfo?(matt.woodrow)
Comment 11•7 years ago
|
||
bugherder uplift |
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•