Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.27
-
Fix Version/s: 4.7.30
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
This causing things using the hierselect element to crash Javascript if e.g. there's a backslash at the end of one of the option names.
Steps to demonstrate:
- Create an Event titled "Look what happens when I finish in a \"
- Attempt to add a new Schedule Reminder
- Expected result: Schedule reminder modal is opened with full javascript
- Actual result: Schedule reminder modal opens, and can be closed, but:
- no javascript features are loaded.
- "Unterminated string literal" error in jQuery eval functions is recorded in the console