mlenser / kryx-rpg-issues

Issue tracker for Kryx RPG
https://www.kryxrpg.com
7 stars 2 forks source link

Site doesn't work on Safari #940

Closed blindhamsterman closed 3 years ago

blindhamsterman commented 3 years ago

The site renders correctly, but the top bar doesn't allow for scrolling through options and the dropdowns and hamburger menu do not work at all.

mlenser commented 3 years ago

The issue is not the navigation. It looks like there is a breaking javascript error which causes everything that uses javascript to not work.

It's hard to debug, but I'll spend a bit of time. EDIT: It's all of safari, not just mobile. That makes it easier to debug.

Here is the issue: https://stackoverflow.com/questions/51568821/works-in-chrome-but-breaks-in-safari-invalid-regular-expression-invalid-group

mlenser commented 3 years ago

Solved it.

The issue was that Safari does not support all of the regex options and apparently breaks if it encounters them. I found another way to do it.