SSARHERPS / SSAR-species-database

SSAR North American Common Names Database
http://ssarherps.org/cndb/
GNU General Public License v3.0
2 stars 0 forks source link

Render problem on Safari / OSX El Capitan #66

Closed tigerhawkvok closed 9 years ago

tigerhawkvok commented 9 years ago

defineProperty fails with TypeError

TypeError: Attempting to configurable attribute of unconfigurable property

Fix pending on https://github.com/webcomponents/webcomponentsjs/issues/348

tigerhawkvok commented 9 years ago

Partially fixed by using webcomponents-lite.min.js; however, still getting an error thrown that makes NO SENSE

ed1344548580ddc34749a1eae8d962f9

Don't know about anyone else, but I certainly don't see an end of file there ...

tigerhawkvok commented 9 years ago

Looks like the new Safari (at least; possibly old too?) craps out on long CSS strings in minified JS. Using the unminified code, it works fine.

tigerhawkvok commented 9 years ago

Looks like Safari 9.0 (11601.1.39.0.2) on 10.11 Beta (15A225f) may have fixed the issue.