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
There's an issue when recreating the form where quotes in string values don't get escaped. As a consequence it triggers a javascript error, stopping the creation, and the form appears blank.
This can be fixed with the following change:
your issue has been sitting in my queue for some time, obviously I decided to reply,
I'm thinking if I should write a unit test testing for this exact bug. I mean, I know I should, but ATM I am busy with other projects.
Your code looks legit, but on the other hand, maybe we should use some special slashing function for this? How about ampersand-number sequences in HTML, would this affect quotes too?
There's an issue when recreating the form where quotes in string values don't get escaped. As a consequence it triggers a javascript error, stopping the creation, and the form appears blank.
This can be fixed with the following change:
The text was updated successfully, but these errors were encountered: