browser-update icon indicating copy to clipboard operation
browser-update copied to clipboard

Doesnt show up on some internet explorers

Open cholinkol opened this issue 4 years ago • 8 comments

Hello,

we have problem on our site https://eshop.rtvs.sk/ , script doesnt show up on some internet explorer browsers.

Like you can see in source code:

<script> var $buoop = {required:{e:12,i:12,f:-3,o:-3,s:-1,c:-3},no_permanent_hide: false,test:false,reminder:0,insecure:true,unsupported:true,api:2019.12 };   function $buo_f(){   var e = document.createElement("script");   e.src = "https://browser-update.org/update.min.js";   document.body.appendChild(e);   }   try {document.addEventListener("DOMContentLoaded", $buo_f,false)}   catch(e){window.attachEvent("onload", $buo_f)}   </script>

cholinkol avatar Dec 03 '19 09:12 cholinkol

I just checked... IE10 It works Screenshot 2019-12-03 13 31 36

philipdenys avatar Dec 03 '19 12:12 philipdenys

Ye like i said, in some explorer its works, in this way, in emulator its working but in real exlporer doesnt.

In js object everything seem good and say: notified true but nothing happend.

image

cholinkol avatar Dec 03 '19 13:12 cholinkol

how does the script call the function? when DOMContentLoaded?

What kind of website is it? SPA? try calling the function directly buoop();

philipdenys avatar Dec 03 '19 16:12 philipdenys

what do you see when you open this url for testing https://eshop.rtvs.sk/#test-bu

josselex avatar Dec 03 '19 20:12 josselex

This: image

cholinkol avatar Dec 03 '19 20:12 cholinkol

I'm having the same issue on IE browsers. It shows the banner on Microsoft Edge but not on IE (I'm using the npm version).

patricia-tonella avatar Dec 12 '19 18:12 patricia-tonella

I have the same issue....... I used wordpress plugin, which calls this js script. It says it notifies, but actually nothing shows... ONLY when I force for debug.

https://test.lievelabels.nl

DarkAllMan avatar Jan 23 '20 12:01 DarkAllMan

@kevinko12323 I checked it showed up on IE11. Can you follow the steps in https://github.com/browser-update/browser-update/wiki/Test-the-notification to check if it works?

josselex avatar Feb 29 '20 10:02 josselex