iframe in Popup window is not clickable (interact-able)
Categories
(WebExtensions :: General, defect)
Tracking
(firefox86 affected)
Tracking | Status | |
---|---|---|
firefox86 | --- | affected |
People
(Reporter: juraj.masiar, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
application/x-zip-compressed
|
Details |
Steps to reproduce:
- make sure your Fission is active! (fission.autostart=true)
- create an iframe in the popup and see if you can interact with the page loaded in the iframe (like click a button or select a text).
I've prepared extension in attachment, so just load it and click the popup icon.
If you have web-ext
installed, just run this in the "src" folder:
web-ext run --firefox=nightly --pref=fission.autostart=true
Actual results:
Page in iframe can't be interact with. All clicks are ignored.
Expected results:
The page in iframe should be fully working.
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Hello,
As per the provided STR and using the attached extension, I reproduced the issue on the latest Nightly (86.0a1/20201230214743) under Windows 10 x64 and Ubuntu 16.04 LTS. On Beta and Release, the fission.autostart pref is locked.
Comment 2•4 years ago
|
||
Thanks for the report Juraj, it looks like this is bug 1683487.
Comment 3•4 years ago
|
||
Actually, re-reading that again, it might not be the same thing, so I'll reopen to check after bug 1683487 gets fixed.
Comment 4•4 years ago
|
||
Yeah this is a dup of bug 1683487. I confirmed the issue on my Linux box with a tweak in nsWindow::WidgetTypeSupportsAcceleration to emulate bug 1683487, and confirmed the fix for 1683487 also fixes this issue.
Description
•