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

filter widget: catch invalid regex error #87

Closed
Raigen opened this issue Jun 5, 2012 · 1 comment
Closed

filter widget: catch invalid regex error #87

Raigen opened this issue Jun 5, 2012 · 1 comment
Labels

Comments

@Raigen
Copy link

Raigen commented Jun 5, 2012

The widget does not catch a syntax error when a regular expression is invalid. As Example you can insert /20\/ (without the d) or /20[^0\d/ (missing ]) in your example page for the filter widget.

@Mottie
Copy link
Owner

Mottie commented Jun 5, 2012

Ahhh! Ok, I'll have this fixed in the next update. Thanks for reporting it.

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

No branches or pull requests

2 participants