When using Firefox 12 with the HtmlEditorExtender, if you change the background color by clicking the background color button, then the entire background is changed. Furthermore, this change is not preserved across a postback.
Comments: June 2012 Release I think the problem is deeper... I have a problem with the sanitizer changing the color code in a font color definition every time it is submitted (and stored) when using the format: <font color="#0000ff">Thank You.</font> Next cycle gives: <font color="#a0230f">Thank You.</font> Next cycle gives: <font color="#0a0223">Thank You.</font> Is there a work around? The color defintion is from the <ajaxToolkit:ForeColorSelector />. Thanks Bill
Comments: June 2012 Release I think the problem is deeper... I have a problem with the sanitizer changing the color code in a font color definition every time it is submitted (and stored) when using the format: <font color="#0000ff">Thank You.</font> Next cycle gives: <font color="#a0230f">Thank You.</font> Next cycle gives: <font color="#0a0223">Thank You.</font> Is there a work around? The color defintion is from the <ajaxToolkit:ForeColorSelector />. Thanks Bill