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.

Stylesheet not loading in latest Safari

See original GitHub issue

It looks like setting the rel="stylesheet" attribute onload does not work in the most recent Safari. Changing this to simply declare rel by default correctly loads the stylesheet, but am unsure if preloading works as intended.

<link rel="preload" as="style" href="/6b2bede60756eb41/bundle.css" rel="stylesheet">

https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content#The_basics

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
greggrafcommented, Jan 18, 2018

@yoshuawuyts - when I check with Bankai v9.2.1 on desktop Safari I see the css getting requested in the network tab and rendered on my page.

0reactions
goto-bus-stopcommented, Jan 19, 2018

💯 thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix CSS When It's Not Working in Safari Browser
Navigate to Safari on the menu bar and select Preferences. Click on the Advanced tab and check the Show Develop menu in menu...
Read more >
Safari 11 not loading updated CSS - Apple Community
A thing you can try to do is to clear the cache of Safari by going to Develop > Empty Cache or pressing...
Read more >
CSS not loading in safari, working fine everywhere else
Update: So I have feedback from my friend: He is getting a "Failed to load resource: the network connection was lost" for every...
Read more >
How to Fix CSS Issues on Safari - W3docs
There is a CSS appearance property used to display an element using a platform-native styling based on the users' operating system's theme. To...
Read more >
CSS not loading in Safari - General - Forum | Webflow
Hi, I have created a slider style display of photos using IX2. I am testing it in different browsers and there are two...
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