question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IE 11 Question or possible issue

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
vielhubercommented, Apr 21, 2020

@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: image

0reactions
josselexcommented, Feb 29, 2020

@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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problems after installing Internet Explorer 11 - Microsoft Learn
Possible solutions to the problems you might encounter after installing IE11, such as crashing or seeming slow, getting into an unusable ...
Read more >
8 Most Common Internet Explorer Issues (And Easy Ways to ...
Here are some of the most common problems you may encounter with IE and quick and easy solutions for fixing them.
Read more >
IE 11 Error: Issue with website's security certificate
1 Answer 1 · Open Internet Explorer. · Select the options gear, then select · “Internet Options“. Select the “Advanced” tab. Scroll down...
Read more >
How to fix CSS issues in IE11 (Internet Explorer 11)
The first thing to check for layout issues in IE11 is to make sure that your HTML and CSS is valid. This is...
Read more >
IE11 printing issues in Windows are fixed (June 2017) - BornCity
After you install this update, Internet Explorer 11 may crash when you visit some websites. The problem may occur if the website is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found