Custom_Buttons icon indicating copy to clipboard operation
Custom_Buttons copied to clipboard

Check for Addons Updates bug

Open seamoonz opened this issue 9 years ago • 5 comments

Starting from FF 41 sometimes button checking updates forever (circle icon rolls and never stops) I'm using version 0.1.5 - 2014-10-13. I reverted it to version 40 and never experienced such problem. So it can't be related a conflict with other add-ons. Please restart FF before take another test.

seamoonz avatar Oct 17 '15 23:10 seamoonz

Strange, I can't reproduce. What happens for you on about:addons page + "Check for Updates" from menu? Should appears "Updating add-ons" and then "View Available Updates" or "No updates found" (button depends on that messages).

Infocatcher avatar Oct 19 '15 12:10 Infocatcher

To reproduce open about:addons as a tab, select another tab, restart FF (don't switch about:addons tab), press update you should see forever loop. The only way to abort the loop is close about:addons tab.

seamoonz avatar Oct 19 '15 13:10 seamoonz

Okay I have found the exact reason: To reproduce open about:addons as a tab, unpin it, select another tab, restart FF (don't switch about:addons tab), press update you should see forever loop.

1 minute video to show the problem: http://www25.zippyshare.com/v/i6F3qHVX/file.html

seamoonz avatar Oct 20 '15 14:10 seamoonz

Now I see, thanks. Weird things happens for not yet loaded tab... I've changed code to physically select pending tab (and then select original one) to correctly restore it, but this may looks strange, if there is many tabs.

There is latest version: https://github.com/Infocatcher/Custom_Buttons/blob/master/Check_for_Addons_Updates/checkForAddonsUpdates.js => Raw

Infocatcher avatar Oct 20 '15 17:10 Infocatcher

Thanks lot for the update.

seamoonz avatar Oct 20 '15 18:10 seamoonz