racehub/om-bootstrap

Styles not applied to UI elements on Safari

rosado opened this issue · 4 comments

Every button and UI element is rendered with standard look on Safari (Mac), which means all the special buttons look exactly the same.

Tested on Safari Version 7.0.6 (9537.78.2)

Thanks for the report! I'll dig in and see if I can get this figured out.

Odd, this is working locally when advanced compilation is off. I can confirm the issue on the heroku site, of course. Running some more tests.

Okay, it looks like this is related to this CLJS bug:

http://dev.clojure.org/jira/browse/CLJS-823

Upgrading the Clojurescript version to the latest seems to have fixed this when I do advanced compilation locally. Pushing a fix now - I'm adding information to the README and changelog, and will close this issue if the new doc site deploy works out.

Okay, looks like this is fixed. The doc site will deploy at the end of this test run:

https://travis-ci.org/racehub/om-bootstrap/builds/33534009

Thanks for the report!