Hi,
The HtmlEditor inside a CallbackPanel looses the HtmlEditorCssFile after a callback.
In the attached sample I've defined a css file with Courier font, but after a callback the font is Times New Roman.
I notice that each time I do a callback from the CallbackPanel the Iframe from the HtmlEditor gets a new stylesheet link with relative path (not absolute path as defined).
Could you correct this behavior or give me a work arround?
Thank you.
ASPxHtmlEditor - CSS styles specified via the CssFiles property are missing after a callback in FireFox
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v15.2.4Download Official Update
- v15.1.8Download Official Update
The patch resolved the problem for me. No issues so far.
Nickolay, Software Architect
ClickHelp - Online Documentation Tool
http://clickhelp.co
Maybe is problem is on Firefox, but in all browsers the stylesheet link with relative path is added on each CallbackPanel Callback.
Hello Pedro,
I have reproduced this behavior and forwarded the issue to our R&D team. We will update this thread as soon as we have any news related to this subject.
Hi Jenny,
I believe it should be the same issue, but if I have an HtmlEditor inside a GridView EditForm, the HtmlEditorCssFile definitions are never shown in Firefox.