Skip to content
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

Site content doesn't load in Chrome 33.0.1736.2 dev #88

Closed
delfuego opened this issue Dec 17, 2013 · 8 comments
Closed

Site content doesn't load in Chrome 33.0.1736.2 dev #88

delfuego opened this issue Dec 17, 2013 · 8 comments
Labels

Comments

@delfuego
Copy link

When trying to view the Chromium Dashboard in 33.0.1736.2 dev on OS X (10.9.1), I get the site's frame (header, "Web Platform Features (157)", etc., but the central content box never changes from "loading..."

In the console, I get the following emitted by polymer-element.js:

Uncaught TypeError: Object #<g> has no method 'registerWhenReady'

I do see the XHR request for the features, which loads successfully — so this appears to be an issue with rendering the features in that central box.

Of note, and unrelated, I also get the following error showing that one font you're loading won't load because of a CORS denial:

XMLHttpRequest cannot load http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,800|Source+Code+Pro:400,600. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.chromestatus.com' is therefore not allowed access.
@delfuego
Copy link
Author

Of note, loading in Firefox 24 ESR works fine — this appears to be limited to Chrome 33.0.1736.2 dev for me.

@ebidel
Copy link
Contributor

ebidel commented Dec 17, 2013

Do you have the "Enable web platform features" flag on in about:flags? This can happen on older versions
of Polymer where that flag is not enabled, native Shadow DOM is not available but native custom elements is.

I've just pushed an update that rev's polymer. Can you try it again.

@delfuego
Copy link
Author

I do NOT have that flag on — should I?

I also am not seeing the site as fixed; will it take a bit for the change to be reflected on the public site? (I even tried in an incognito window to make sure it wasn't a cache thing, although I guess there could be an intermediate cache I'm hitting...)

@ebidel
Copy link
Contributor

ebidel commented Dec 17, 2013

Hmmm. Then we didn't fix the issue in the last Polymer release like I thought. If you turn that flag on, this error will go away.

@delfuego
Copy link
Author

OK -- but I guess I wonder whether I should be turning on an experimental flag in order to view this one site, vs. just using another browser. I generally fall into the camp of not wanting to turn flags on that I'll forget about unless it's critically important to something I need to do...

Thanks for the info, though!

@ebidel
Copy link
Contributor

ebidel commented Dec 17, 2013

The upstream issue is here: Polymer/polymer#360

Marking this as WontFix.

@ebidel ebidel closed this as completed Dec 17, 2013
@ebidel
Copy link
Contributor

ebidel commented Dec 17, 2013

Tracked this done. Should be fixed now. Give http://www.chromestatus.com/features a try without the flag.

@delfuego
Copy link
Author

Perfect now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants