Skip to content

Textarea/Ace Editor - Single Quotes - New Slashes Per Save #2140

@donkoink

Description

@donkoink

I am using the latest version (v3.4.4.4) and have another issue related to single quotes:

If in a Textarea or AceEditor field, I type:

alert('ok');

and I press Save, it saves successfully. However, as soon as I reload/refresh the same page in the browser, the textarea shows:

alert(\'ok\');

and if I save again without modifying anything, and refresh the page again, it shows:

alert(\\'ok\\');

another save, refresh, 2 more slashes are added. That's the pattern.

Am I missing something or is this a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions