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

Examples don't work in firefox #135

Open
subhog opened this issue Jun 18, 2013 · 4 comments
Open

Examples don't work in firefox #135

subhog opened this issue Jun 18, 2013 · 4 comments

Comments

@subhog
Copy link

subhog commented Jun 18, 2013

Viewport for all examples in Firefox is extremely small.

screenshot

Firefox 21.0 / OSX 10.7

@asparagino
Copy link

There is apparently a workaround here: #131

Also, might be worth checking that you're using polymaps 2.5.1 - that last release seems to have been updated in github and on the polymaps github website without a commit seeming to stick to any of the source js in the master branch... so I'm not quite sure where the changes are, or if they'll be picked up in a manual build.

@iaincollins
Copy link

I see the SVIG examples on polymaps.org are still broken in Firefox.

It should really just set height/width on the SVG element to 100% when it creates it IMO, as that's all that's required (NB: it doesn't need explicitly display: block and the parent doesn't need explicit position relative, just height and a width values on the SVG to be set to 100%).

While easy to to fix with CSS it's not immediately obvious and trivial to avoid people running into it.

@wariotx
Copy link

wariotx commented Jul 2, 2014

The same error happens on chrome v36
Also, on shadow example the svg filters don't work properly.

@rpdillon
Copy link

I'm seeing this in both Chrome 36 and Firefox 32 on Linux.

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

5 participants