Hi,
First the problem occurs in IE not in Firefox.
I have this string in html view: <a href="http://TEST?TestId=<%TEST_GUID%>">here</a>
In Firefox it looks like this:
HTML View: <a href="http://TEST?TestId=<%TEST_GUID%>">here</a>
Switch to design: here
Switch to HTML: <a href="http://TEST?TestId=<%TEST_GUID%>">here</a>
In IE 11
HTML View: <a href="http://TEST?TestId=<%TEST_GUID%>">here</a>
Switch to design: ">here
Switch to HTML: <a href="http://TEST?TestId=<%TEST_GUID% originalAttribute=" href"="" test?testid='<%TEST_GUID%"'>">here</a>
As you can see editing this in IE alway crashes the hyperlink.
Is there any way to fix this?