-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some nasty redirect in a client-side script #2
Comments
Just tried to look into this--unfortunately I don't have an AWS account. Trying to create a test account requires a credit card... Could someone with an account go to the problematic page in question and save the page (File > Save Page As... All files), zip that up and toss it somewhere publicly accessible? That would help a lot. |
I can save the HTML but that's not reproducible. The main bulk of the page (all the icons) is loaded in with AJAX on page load. Skimming through the HTML source, I see (function() {
...
window.onload = function(){
waitForLoad = false;
navCss = createElement('csem-nav-css-indicator');
appCss = createElement('csem-app-css-indicator');
reportErrors();
};
})() That
it will only ever print out |
Thx @peterbe, looks like I need to actually sign up to be able to debug this further. |
@peterbe what if you copy the code from "View source" to an editor and save it? With some luck, just adding a BASE HREF tag might give you a page that loads the relevant JS - the AJAX calls will quite likely fail, but we might get enough details to investigate the onload mechanics. |
I did that. Fortunately all CSS and Javascript is referenced to their CDN with an absolute URL. |
Intriguing..! Almost like something that breaks when you load it locally causes the problem?! |
It's happening on this page too At least for me. It's constantly reloading itself. |
Works for me (when not logged in) Peter, can we talk on IRC or something? |
I'm peterbe on irc. You'll find me in #webdev |
May 16 was a very different time in an actively maintained project. I'd consider this closed. Please correct me if it's still a problem. |
URL: https://console.aws.amazon.com/cloudfront/home
Browser: Firefox
Version: 30.0a2
Problem type: Looks like the website has a bug.
Site owner: No
Steps to Reproduce
Hopefully this short video explains it well enough
http://people.mozilla.org/~pbengtsson/Screencast_2014_03_31_11_20_29.mov
The text was updated successfully, but these errors were encountered: