-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strict_min_version – compatibility with Waterfox Classic #7
Comments
Hi @grahamperrin, Thank you for the report! Will look into it and report back. |
It's related to webcomponents/webcomponentsjs#846. Looking into how to best resolve it. |
Still looking into it. There are multiple issues stemming from the fact that the extension now uses Web Components, specifically custom elements and shadow DOM. Another related issue: mozilla/webextension-polyfill#105 |
Found a very hacky way to make the extension work in Waterfox Classic 2019.10, but it needs a little bit of testing and cleanup before it's shipped. Will let you know. |
@PoziWorld Thanks for all your work in sleuthing this conundrum.
It should. See here and image (same as at link): |
Thank you for your support, feedback, and help!
You are right! Waterfox doesn't show the warning/error at |
@PoziWorld Glad you got it working! 😃 And you're very welcome! 😊 |
* It didn't work as expected in Waterfox Classic v2019.10, which is based on Firefox v56: ``` prototype.__proto__: HTMLElementPrototype prototype instanceof Object: false prototype instanceof HTMLElement: true prototype instanceof Element: false HTMLElement instanceof Object: true Element instanceof Object: false ``` Chrome v49, v79: ``` prototype.__proto__: Element prototype instanceof Object: true prototype instanceof HTMLElement: true prototype instanceof Element: true HTMLElement instanceof Object: true Element instanceof Object: true ``` See PoziWorld/Scroll-To-Top-Button-extension#7
Alright, looks like it works now in Watefox Classic 2019.10: @grahamperrin, thank you for the report! @lucknaumann, thank you for your help! |
@PoziWorld & anyone else who wants to know.
|
@lucknaumann, thank you for getting back with this detailed report! It means a lot. |
Hi
Re: https://redd.it/e4atfn and https://addons.mozilla.org/addon/scroll-to-top-button-extension/versions/
tl;dr historically, Waterfox 56.0 was based on Firefox 56.0.2.
Please update the listings at AMO.
With or without a fix (for compatibility), please add a
strict_min_version
to the next release.Thanks
The text was updated successfully, but these errors were encountered: