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.

IE8 broken since 2.0

See original GitHub issue

Hi,

I’ve noticed that I can’t preview sites in VirtualBox with ie8 since I updated to 2.0. I access the website with an ip address like this: http://192.168.1.42/my-site/

With version 1 of browser-sync the site load perfectly.

With version 2, the site load but all the ressources urls are still pointing to http://localhost/my-site/, causing many 404 and all styles, images and scripts are not loaded.

The ie8 developper tools doesn’t show any errors so I’m not sure how I can help debug this further.

edit: The problem only occurs on IE8, with IE9 and all other browsers everything works.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
corysimmonscommented, Sep 13, 2016

Is this back? IE8 on 2.15+ is throwing BS related errors.

Specifically:

var lookup=new Uint8Array(256)

'Uint8Array' is undefined

It’s really strange. It throws it sometimes and sometimes it doesn’t. Not sure what’s going on…

I don’t expect you to maintain IE8 forever, do you happen to know what the last IE8-friendly version was though?

0reactions
jhildenbiddlecommented, Sep 6, 2018

Thought I’d add a workaround for any poor souls out there still working with IE8.

snippetOptions: {
    // Prevent injection of browser-sync-client.js in IE < 9.
    // Allows browsersync to serve pages to older versions of IE without
    // errors, but requires manual refreshing pages to view changes.
    rule: {
        match: /<\/body>/i,
        fn: function (snippet, match, x) {
            return `<!--[if gt IE 8]><!-- -->${snippet}${match}<![endif]-->`;
        }
    }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot view secure Web sites in Internet Explorer 8 - Browsers
This article provides several methods to resolve the problem of secure Web sites (https://) not displaying in Internet Explorer 8 and later ...
Read more >
GWT 2.0.3 on IE8 image LoadHandler Not Called intermittently
So basically this loads images one by one once the previous one has finished loading. The problem that occurs is the first image...
Read more >
jQuery 2.0 Drops Support for IE6, 7 and 8 - SitePoint
jQuery 2.0 — planned for release in 2013 — will no longer support IE6, 7 and 8. In essence, jQuery 2.0 will be...
Read more >
IE7 IE8 layout broken if advanced aggregation is enabled (Omega ...
I use the latest (7.x-2.0-alpha1+14-dev) version and omega theme as basetheme. ... enable Advanced CSS/JS Aggregation, my site layout breaks in IE7 and...
Read more >
Spiceworks is broken with IE8 - Spiceworks General Support
Webpage error details. User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; ...
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