You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
If users creates a vocabulary with name like (((().
And Inside learning resource panel if he choose this vocabulary and then choose one of its terms.
And try to close panel without saving data.
Expected behaviour:
It should show a warning alert and ask user to save date.
Actual behaviour:
Learning resource panel exit without any warning.
On console found error: jquery.js:4224 Uncaught SyntaxError: Invalid regular expression: /(^|\.)select2\.(?:.*\.|)select2-term-()(((()(\.|$)/: Unterminated group
It seems issue is with regular expression some where.
amir-qayyum-khan
changed the title
With vocabulary name like (((() in learning resource panel do not show warning message when user try to close it without saving.
[Learning resource panel] If user choose a vocabulary name like (((() and exit panel without saving data it is not showing warning message.
Mar 24, 2016
Use case:
(((()
.Expected behaviour:
Actual behaviour:
jquery.js:4224 Uncaught SyntaxError: Invalid regular expression: /(^|\.)select2\.(?:.*\.|)select2-term-()(((()(\.|$)/: Unterminated group
@pwilkins @pdpinch
The text was updated successfully, but these errors were encountered: