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

Dashboard Breaks on Safari Versions Prior to 16.4 Due to Unsupported Lookbehind Regular Expression #1258

Open
ZeekoZhu opened this issue Oct 26, 2023 · 0 comments
Assignees

Comments

@ZeekoZhu
Copy link
Contributor

I've noticed an issue with the regular expression at

sqlSnippet: /(?<=sql_snippets\.)([^\?}.]+)/gm,
context: /(?<=context\.)([^\?}.]+)/gm,
filter: /(?<=filters\.)([^\?}.]+)/gm,

image

Safari versions before 16.4 do not support lookbehind. As a result, using this regular expression may cause the dashboard to malfunction on many Safari browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants