dosx / timezone-picker

A Google Maps (or OpenLayers) + Olson Time Zones mashup to do a timezone picker
MIT License
160 stars 28 forks source link

Crashing in Safari #5

Closed ghost closed 11 years ago

ghost commented 11 years ago

The Timezone Picker makes Safari Crash. Working fine in Firefox and Chrome, but Safari crashes on loading of the page: http://scratch.andrewl.in/timezone-picker/example_site/gmaps_example.html

andrewlin12 commented 11 years ago

Looks like the line:

inZone |= odd;

is causing it. I guess Safari's javascript engine is doing something different (converting bools to numbers and failing?)

Fix coming...

ghost commented 11 years ago

Thanks for the quick response, it's working fine in Safari now! Thanks so much, you rock! :+1: