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

Bug: Groups containing a single quote (') in the name fail to collapse #16

Open
cnapolit opened this issue Jan 7, 2023 · 0 comments
Open

Comments

@cnapolit
Copy link

cnapolit commented Jan 7, 2023

If a group name happens to contain a single quote (i.e. "Beat 'em up"), It is unable to collapse. Removing any reference of the quote fixes the issue.

My guess is this name produces invalid syntax when invoking the ShowHide method:
ShowHide('Beat 'em up')
Leading to text that does not correlate to variables, keywords, or functions, and an incomplete string.

Have only tested on the default page view. Unknown if any others are affected.

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

No branches or pull requests

1 participant