WebExtensions arrow panel is blank
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | unaffected |
firefox72 | --- | fixed |
People
(Reporter: alice0775, Unassigned)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(2 files)
Reproducible : always
Steps to reproduce:
- Install https://addons.mozilla.org/en-US/firefox/addon/poper-blocker-pop-up-blocker/
- Click WebExtensions icon in Navbar
Actual Results:
WebExtensions arrow panel is blank
Expected Results:
WebExtensions arrow panel should popup properly
Regression Window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=10eb7fee625f8c09d4af04c37fd44195de7cda10&tochange=97514cd3237ce93aca88458d53643b2ac551128e
Regressed by: Bug 1589766
![]() |
Reporter | |
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Also the add-on AutoFill no longer produces it's menu bar when there are forms on a page.
Comment 3•6 years ago
|
||
The add-on has:
body {
zoom: 0 !important; /*sometime don't know why it just zoomed in*/
/* other stuff */
}
That is... unfortunate? In the sense that it does nothing for non-Firefox browsers, and with bug 1589766 it causes the page not to render at all. It probably wants zoom: 1
or something but...
(In reply to Gary [:streetwolf] from comment #2)
Also the add-on AutoFill no longer produces it's menu bar when there are forms on a page.
Do you know if that has the same regression range? This add-on doesn't contain any zoom
declaration at all.
Comment 4•6 years ago
|
||
I went back to a few days before the regression range and the autofill bar still didn't appear when I had forms to fill. Those already set up auto filled but without the bar I can't add new forms to autofill. Contacted the author but haven't had a reply yet.
Comment 5•6 years ago
|
||
This seems to just be bug 1593009, then.
Updated•6 years ago
|
Updated•4 years ago
|
Description
•