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

Browser crashes after use of MapCSS dashes #48

Open
rurseekatze opened this issue Jul 28, 2013 · 2 comments
Open

Browser crashes after use of MapCSS dashes #48

rurseekatze opened this issue Jul 28, 2013 · 2 comments

Comments

@rurseekatze
Copy link
Contributor

Using casing-dashes: 0,0; or dashes: 0,0; in a MapCSS style causes a crash of Chromium (and probably other browsers too).

@mourner
Copy link
Contributor

mourner commented Jul 28, 2013

But why would you need to set dashes to 0,0? Doesn't make much sense...

@rurseekatze
Copy link
Contributor Author

I know that this does not make much sense, but the program should consider such invalid values to avoid browser crashes. I guess that it would be sufficient to add a check like if (value == 0) break; somewhere in the code.

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

2 participants