Opened 14 years ago
Closed 14 years ago
#7328 closed Bug (fixed)
element attibutes are not preserved between postback
Reported by: | Aron Tsang | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 3.5.2 |
Keywords: | Cc: |
Description
element attibutes are not preserved between postback
Suggested fix, in CKEditorControl.cs
use HttpUtility.HtmlDecode(string value) instead of trying to implement your own with replace on lines 37 and 43
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Hmm...can't reproduce outside of the code my colleague wrote. When I have more time I will try reproducing the bug.
Changed 14 years ago by
Attachment: | 7328.patch added |
---|
comment:3 Changed 14 years ago by
I think the problem was related to # 7283, but still we can change the decoding - by HttpUtility.HtmlDecode. Thanks for the advice.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Change to HttpUtility.HtmlDecode
has been committed with [6696].
@arontsang if you find a way to reproduce the original issue, please let us know.
Could you provide more information about the bug you have reported? Is it possible that you're talking about an issue reported here: #7283?