I've read a number of threads here about this but haven't found a definite clarification. So, I'm not sure if this is a bug with CuteEditor or IE. I'm using CuteEditor 5.0. This behavior also occurs with the CuteEditor here on this forum as well.
When I click on the CuteEditor
Insert Hyperlink button and enter
http://www.cutesoft.net in the URL field and
CuteSoft in the Title field the result I get in IE is incorrect. The innerHTML value should be the Title value (which is inp_title.value from Tag_A.ascx) . I get the desired result in Firefox.
In IE 6 http://www.cutesoft.net
This is the code that appears in the HTML view:
<div><a title="CuteSoft" href="http://www.cutesoft.net">http://www.cutesoft.net</a>
</div> In Firefox 1.0.7
This is the code that appears in the HTML view:
<body style="margin: 0pt; padding: 0pt; background: #ffffff none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"><a href="http://www.cutesoft.net" title="CuteSoft">CuteSoft</a><br />