Hi I am getting two issues with the editor control.
The major one is that the generated html for the editor doesn't validate as XHTML strict compliant.
To reproduce the problem just put an editor (Prometheus) control on a webform that has the XHTML Strict doctype. Run it, view the html source and paste the source to the w3c service at
http://validator.w3.org/#validate_by_input
You should get at least 3 errors.
Removing all the standard toolbars still gets me the same errors.
I also think this is not only for the strict doctype.
I have also a second problem setting the background color of the control to white as it shows the background image it finds in the body of the webform.
To bypass the problem I used some javascript and the OnClientLoad client side function as described in the doc with the backgroundImage attribute of the style property set to none.
The major one is that the generated html for the editor doesn't validate as XHTML strict compliant.
To reproduce the problem just put an editor (Prometheus) control on a webform that has the XHTML Strict doctype. Run it, view the html source and paste the source to the w3c service at
http://validator.w3.org/#validate_by_input
You should get at least 3 errors.
Removing all the standard toolbars still gets me the same errors.
I also think this is not only for the strict doctype.
I have also a second problem setting the background color of the control to white as it shows the background image it finds in the body of the webform.
To bypass the problem I used some javascript and the OnClientLoad client side function as described in the doc with the backgroundImage attribute of the style property set to none.
