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.

Indicator not showing on Chrome and Safari

See original GitHub issue

This is a (multiple allowed):

  • bug

Hi, I’m using:

$$(document).on('ajaxStart', function () {
    myApp.showIndicator();
});
$$(document).on('ajaxComplete', function () {
    myApp.showIndicator();
});

or using myApp.showIndicator(); in other functions, it is working as expected on Firefox, but not on Safari and Chrome, I saw a guy reported the same thing here before but no solution.

FIREFOX: firefox

CHROME & SAFARI: chrome

I don’t imagine what can be done wrong to cause this issue, because as you see it works just fine on Firefox, and i’m using a standard function on a simple page, “can’t share a link in public, if there is a way to share in private I can do that”.

Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
valnubcommented, Jan 21, 2017

I guess, this is rather a browser problem than a F7 issue?

Also, as Zander said, the whole point of ajax is asynchronousness (guess what the ‘a’ in ajax stands for 😃 )

0reactions
lock[bot]commented, Jun 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing icons in Safari and Chrome - Apple Community
I am running High Sierra 10.13.2 on an iMac and some icons and links in Safari and Chrome appear as squares or have...
Read more >
Why are these icons showing on Chrome but not on Safari?
I took the HTML from the website and made it into a snippet to test (with full URLs) Please try it and let...
Read more >
Chrome Icon Not Appearing On Your Mac? Here's The Fix
Has the Chrome icon disappeared from your Mac? Don't worry. There is a fairly straightforward fix and we have created an easy-to-follow, ...
Read more >
The settings icon "3 dots" is missing from my screen
I just downloaded the new Chrome version and the 3 dots icon is missing to access the settings command. Alt F does nothing...
Read more >
9 Solutions for Chrome Not Showing Images in 2022 - FoneDog
Make sure the toggle for Show all (recommended) is turned on. This will prompt Chrome to allow every website to show images. Of...
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