Closed
Bug 1383988
Opened 6 years ago
Closed 6 years ago
stylo: Image resizer in contenteditable again doesn't show up
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1374999 +++ Something regressed bug 1374999's fix for contenteditable handles.
Comment 2•6 years ago
|
||
Oh-oh, that means the image resizer needs explicit reconstruct frame damage?
Assignee | ||
Comment 3•6 years ago
|
||
Yes, indeed. At the end of HTMLEditor::CreateAnonymousElement, we call nsIPresShell::PostRecreateFramesFor, but at this point, the element is unstyled, so posting the ReconstructFrame is ignored. I think we just need to ensure the new element for the handle is styled before that call.
Assignee | ||
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Comment 4•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6765e313ace61baa50aa580143022a706b7ab837
Comment hidden (mozreview-request) |
Comment 6•6 years ago
|
||
mozreview-review |
Comment on attachment 8889769 [details] Bug 1383988 - stylo: Ensure editor handle elements are styled before attempting to construct frames for them. https://reviewboard.mozilla.org/r/160852/#review166108 Thanks for fixing!
Attachment #8889769 -
Flags: review?(hikezoe) → review+
Pushed by cmccormack@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/946864b7ee18 stylo: Ensure editor handle elements are styled before attempting to construct frames for them. r=hiro
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/946864b7ee18
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•