Closed Bug 1380622 Opened 7 years ago Closed 7 years ago

[Windows] Visual glitches while opening the webextension panel

Categories

(WebExtensions :: Untriaged, defect, P2)

All
Windows 10
defect

Tracking

(firefox54 unaffected, firefox55 disabled, firefox56 affected, firefox57 wontfix)

RESOLVED INVALID
Tracking Status
firefox54 --- unaffected
firefox55 --- disabled
firefox56 --- affected
firefox57 --- wontfix

People

(Reporter: vtamas, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached image Animation.gif
[Affected versions]: Firefox 56.0a1 (2017-07-12) [Affected platforms]: Windows 10 64-bit [Steps to reproduce]: 1.Launch Firefox with a clean profile. 2.Make sure that "extensions.webextensions.remote” pref is set to true. 3.Install the following webextension: https://addons-dev.allizom.org/en-US/firefox/addon/beastify-oop/ 4.Click on the webextension icon from toolbar. [Expected Results]: The webextension panel is opened without any jerkiness or rendering issues. [Actual Results]: - 3 black lines (separators) appear for a second while opening the webextension panel. - This issue is not reproducible with "extensions.webextensions.remote” pref set to false. - See attached screencast. [Additional notes]: - Considering that extensions.webextensions.remote is false on Firefox 55 I will mark this version as disabled. - This issue is not reproducible on Ubuntu and Mac platforms.
Same problems occur with other webextensions : - Tampermonkey https://addons.mozilla.org/en-us/firefox/addon/tampermonkey/ ... to only name one. On top of it : The scripts used by the Tampermonkey webextension only seems to fire randomly instead of firing every time they should. Same problems with Violentmonkey ( issue on github : https://github.com/violentmonkey/violentmonkey/issues/155 ) For example, a simple userscript which should color the issue title red when in github issue page never seem to work upon load, only after refreshing the page they fire. Userscript used : ============================================== // ==UserScript== // @name Github - Color issue title red // @namespace testing // @require https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js // @include https://github.com/*/*/issues/* // @version 0.1 // @grant none // ==/UserScript== $(document).ready(function(){ $(".js-issue-title").css("color", "red"); } ); ==============================================
It looks like this is probably just a checkerboarding issue.
Priority: -- → P2
Looks like the results are the same if the pref apz.popups.enabled is set to false. https://public.etherpad-mozilla.org/p/Bug1380622 has the details from testing.
The transition effect in use now (or at least what I see on win10) is different than before. For the OP, I do see black lines between the buttons, but am not sure if that is supposed to be there or not. For comment 5, I don't see any apparent problem, though as your git issue states, you may be running into bug 1418677 or bug 1418677.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
@mixedpuppy You are right for Wappalyzer we can not reproduce this specific bug currently. So either this was solved regarding Wappalyzer or it was one of the two other bugs I saw when I reported it.
Product: Toolkit → WebExtensions
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: