CompuMasterGmbH / cammIntegrationPortal

camm Integration Portal (based on camm Web-Manager)
MIT License
2 stars 1 forks source link

Initial inner HTML of SmartEditors rendered as Html-Encoded #35

Closed jochenwezel closed 7 years ago

jochenwezel commented 7 years ago

Following tag (no versions have been created, yet)

<cammWebEdit:SmartCommonMarkEditor marketlookupmode="0" 
            ID="MainEditor" runat="server">
<!-- initial text -->
<div>some text</div>

will be shown in client HTML encoded (But expected correct behaviour: HTML should be considered as HTML (not being encoded))

<!-- initial text -->
<div>some text</div>

The deployed page source at client is as follows:

&lt;!-- initial text --&gt;
&lt;div&gt;some text&lt;/div&gt;
cmalbertschw commented 7 years ago

Can't reproduce with current versions, it takes the HTML as it is and doesn't modify it.