You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Value received in the codebehind is: Some text <i>this should not be italic</i>
If page is then re-rendered, value in the HTMLEditorExtender control is not the same as before postback, and now reads: Some text this should not be italic
Expected result
Value received in the codebehind should be: Some text <i>this should not be italic</i>
If page is then re-rendered, value in the HTMLEditorExtender control should be the same as before postback, and should read: Some text <i>this should not be italic</i>
Browser(s) used
Google Chrome 89.0.4389.128
A site deployment method
VS development web-server,
IIS
The text was updated successfully, but these errors were encountered:
mmarjano
pushed a commit
to mmarjano/AjaxControlToolkit
that referenced
this issue
May 12, 2021
The AJAX Control Toolkit v20.1.0
The installation method
Minimal steps to reproduce the bug
Actual result
Expected result
Browser(s) used
Google Chrome 89.0.4389.128
A site deployment method
The text was updated successfully, but these errors were encountered: