CSS Shape Editor is broken on remote frame when Fission is enabled
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Fission Milestone:Future, firefox94 verified, firefox95 verified)
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
(Whiteboard: dt-perf-stability-mvp dt-fission)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Steps to reproduce
- Go to https://ffx-devtools-css-path-editor-in-iframe.glitch.me/
- Right click on the orange/red part and click "Inspect"
- The inspector should open, and have the
<div class=clipped>
element selected - In the rule view, click on the css shape button
Expected results
The CSS Shape Editor is displayed
Actual results
Nothing happens
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D126067
Assignee | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
Comment 7•4 years ago
|
||
The patch landed in nightly and beta is affected.
:nchevobbe, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 8•4 years ago
|
||
that's a feature that is regressed with Fission, so I guess it would be better to uplift it
Assignee | ||
Comment 9•4 years ago
|
||
Comment on attachment 9243254 [details]
Bug 1732334 - [devtools] Fix CSS Shape Editor on iframe with dedicated target. r=jdescottes.
Beta/Release Uplift Approval Request
- User impact if declined: CSS Shape Editor won't work on remote iframes when Fission is enabled
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1. Go to https://ffx-devtools-css-path-editor-in-iframe.glitch.me/
- Right click on the orange/red part and click "Inspect"
- The inspector should open, and have the <div class=clipped> element selected
- In the rule view, click on the css shape button
-> The CSS Shape Editor is displayed
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): DevTools only change, with automated test
- String changes made/needed:
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Reproduced this bug on an affected Nightly (2021-09-23), using STR from comment 0.
The issue is verified as fixed on latest Nightly 95.0a1, under macOS 11, Win 10 x64 and Ubuntu 18.04 x64.
Comment 11•4 years ago
|
||
Comment on attachment 9243254 [details]
Bug 1732334 - [devtools] Fix CSS Shape Editor on iframe with dedicated target. r=jdescottes.
Fixes a devtools regression with Fission enabled, which is expected to go to full rollout with Fx94. Approved for 94.0b8.
Comment 12•4 years ago
|
||
bugherder uplift |
Comment 13•4 years ago
|
||
The issue is also verified as fixed on Beta 94.0b8, under macOS 11, Win 11 x64 and Ubuntu 18.04 x64.
Description
•