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

On latest Chrome Canary, using vulcanized version won't show the style of elements #262

Closed
dinhvh opened this issue Aug 28, 2013 · 3 comments
Assignees

Comments

@dinhvh
Copy link

dinhvh commented Aug 28, 2013

Using this content of the following repository:
https://github.com/dinhviethoa/polymer-issue-1

It's made available through a local web server.

I access to http://localhost/pub/polymer-issue-1/index.html for the non-vulcanized version.
I access the vulcanized version with http://localhost/pub/polymer-issue-1/index-vulcanized.html

With Chrome Dev:
Google Chrome 31.0.1612.0 (Official Build 219647) dev

screen shot 2013-08-28 at 4 42 14 pm

screen shot 2013-08-28 at 4 42 17 pm

With Chrome Canary:
Chrome version: 31.0.1613.0 (Official Build 219862) canary

screen shot 2013-08-28 at 4 42 21 pm

screen shot 2013-08-28 at 4 42 23 pm

On Chrome Canary, we can't see the CSS styling when using the vulcanized version.

@dfreedm
Copy link
Member

dfreedm commented Aug 29, 2013

This is probably due to some of the recent "inline CSS stylesheets" work I've been doing in vulcanizer.

After re-running vulcanizer on your repo, the styles load, but are slightly broken (looks related to flexbox).

screen shot 2013-08-29 at 2 09 58 pm

@ghost ghost assigned dfreedm Aug 29, 2013
sorvell added a commit that referenced this issue Aug 30, 2013
@dfreedm
Copy link
Member

dfreedm commented Aug 30, 2013

Thanks @sorvell this looks fixed now!
screen shot 2013-08-30 at 11 13 05 am

@sorvell
Copy link
Contributor

sorvell commented Sep 3, 2013

Should be fixed now. Please re-open if there's a problem.

@sorvell sorvell closed this as completed Sep 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants