-
Notifications
You must be signed in to change notification settings - Fork 30
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
Script Error - IE11 #1
Comments
In IE11 - you must be kidding! |
Unfortunately, still trying to get users off it. Getting close. There are
some can apps they don't have a version that run on anything but ie11 and
they are done updating.
…On Sat, Mar 13, 2021, 12:32 AM Christian M. Casutt ***@***.***> wrote:
In IE11, I Noticed the function call function
pickTextColorBasedOnBgColorAdvanced(bgColor) is failing and I suspect its
at the promise? line,
var c = uicolors.map((col) => {
if (col <= 0.03928) {
return col / 12.92;
}
return Math.pow((col + 0.055) / 1.055, 2.4);
});
I have the Promise-polyfill js file, but there must be something else I
should do. I'm not sure if this effect the popup, but I suspect it does.
In IE11 - you must be kidding!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARDRVB2RBGR35FRMQ4IBNI3TDMBGFANCNFSM4WSB3SVQ>
.
|
In IE11, I Noticed the function call function pickTextColorBasedOnBgColorAdvanced(bgColor) is failing and I suspect its at the promise? line,
var c = uicolors.map((col) => {
if (col <= 0.03928) {
return col / 12.92;
}
return Math.pow((col + 0.055) / 1.055, 2.4);
});
I have the Promise-polyfill js file, but there must be something else I should do. I'm not sure if this effect the popup, but I suspect it does.
The text was updated successfully, but these errors were encountered: