looks like the issue has to do with the regex that replaces an existing item when you are editing it, still trying to fix the problem though but its definitely javascript related now.
Thanks mfeola for posting a fix! It saved me a countless amount of time trying to track down the issue. Would be great if this was added to the source.
I typed $1 and it turned into a greater than sign
does this happen to anyone else? it happens with multiple line text boxes, also i downloaded an updated dll from here: https://bitbucket.org/thomasedk/embedded-content-umbraco/overview
actually it happens in all the fields, im looking through source code now in hopes of finding a fix that won't break the site code.
looks like the issue has to do with the regex that replaces an existing item when you are editing it, still trying to fix the problem though but its definitely javascript related now.
got the fix, in line 446 of ECContentEditor.js there is a Regex:
which should be
Thanks mfeola for posting a fix! It saved me a countless amount of time trying to track down the issue. Would be great if this was added to the source.
is working on a reply...