ToastNotification icon indicating copy to clipboard operation
ToastNotification copied to clipboard

Script Error - IE11

Open KayakFisher205 opened this issue 4 years ago • 2 comments

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.

KayakFisher205 avatar Jan 25 '21 17:01 KayakFisher205

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!

itsChris avatar Mar 13 '21 06:03 itsChris

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 https://github.com/aspnetcorehero/ToastNotification/issues/1#issuecomment-797877100, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARDRVB2RBGR35FRMQ4IBNI3TDMBGFANCNFSM4WSB3SVQ .

KayakFisher205 avatar Mar 13 '21 16:03 KayakFisher205