jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats

Home Page:https://iro.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color wheel's conical gradient isn't being rendered in Firefox version 78

Christian-Me opened this issue · comments

commented

This relates to #185 (comment)

Updated to latest version (78.10.0 32bit) but still no color drawn:
image

commented

No issue in the latest 64bit version 88.0! Don't know why firefox installs the 32bit version automatically. So no worries - time will solve that problem
Can be closed if you don't want to dig deeper here
image

commented

Version 78 is pretty out of date isn't it? The latest major version of Firefox is 88, conical gradient support was added in 83, which is why the color picker isn't being rendered correctly.

If you aren't able to update to any new version, as of version 75 you can enable layout.css.conic-gradient.enabled in about:config. You could also try a conic gradient polyfill: https://projects.verou.me/conic-gradient/

commented

Oop, didn't see your update while I was typing that. Glad you got things sorted :)