IE 11 Question or possible issue
See original GitHub issueI’m having trouble displaying the notification on IE 11.
From my understanding the default config provided on your site “e:-4”, the notification should be shown on EDGE 14, EDGE 13, EDGE 12, IE11 and so on.
browserUpdate({ required: { e:-4, f:-3, o:-3, s:-1, c:-3 }, insecure:true });
Additionally I have tested it with the loading code on your site and it has the same result.
<script> var $buoop = {required:{e:-4,f:-3,o:-3,s:-1,c:-3},insecure:true,api:2019.02 }; function $buo_f(){ var e = document.createElement("script"); e.src = "//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>
With the #test-bu the additional info in the notification says : Browser Notification Debug-Mode (v3.2.9) Browser would normally be notified: false - this is true when “e:0”, “e:-1”, “e:-2”, “e:-3”, Browser info is_latest:false, is_insecure:false, other:false, no_device_update:false, cookie set:true
I have tested it locally and in browserstack. I did try “e:-1” and “e:0”, without result. It works fine on IE10.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:13 (6 by maintainers)
Top GitHub Comments
@ChromaticMind: Perhaps you still have cookies present in IE11? I just spent nearly an hour on this and I still had cookies, because I missed to UNcheck the first option in the deletion dialog:
@ChromaticMind Please veryfy that it really does not work. Clear the previously set cookies and check it. Follow the steps in https://github.com/browser-update/browser-update/wiki/Test-the-notification