[fission] Transformed (translated) frame contents are blurry since fission isolation
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | affected |
firefox105 | --- | wontfix |
firefox106 | --- | wontfix |
firefox107 | --- | wontfix |
firefox108 | --- | fix-optional |
People
(Reporter: ke5trel, Assigned: gw)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files, 2 obsolete files)
STR:
- Open the attached test case derived from the login captcha at https://uk.wallapop.com.
The translated captcha frame is blurry, including text, PNG image and checkbox border. Opening the frame in a separate tab or taking a screenshot using the built-in screenshot tool does not have the issue, nor with fission.autostart = false
or fission.webContentIsolationStrategy = 0
(no frame isolation).
Regression window (using fission.autostart = true
and fission.webContentIsolationStrategy = 1
):
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=c7e4b778f63424e1372881920f6618d6a1c4fabd&tochange=95e620e2b042676c25c60ecc0f58edb81411268f
Regressed by Bug 1728720.
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1728720
:gw, since you are the author of the regressor, bug 1728720, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Set release status flags based on info from the regressing bug 1728720
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
When I run the attached test case I don't see anything inside the iframes, and I get:
Uncaught ReferenceError: recaptcha is not defined
On the console, even on a clean nightly profile with no addons enabled.
Does the test case still work and repro for you?
Comment 6•3 years ago
|
||
The testcase no longer works for me and I remember testing and it working before. Maybe an update in the recaptcha embeding api?
Updated test case, still reproducible.
Comment 8•1 year ago
|
||
Nothing loads in test-case2 for me now. Is this still reproducible for you? If yes, can you attach an updated testcase?
Updated test case, still reproducible.
The iframe link is taken from https://google.com/recaptcha/api2/demo.
Description
•