Using Radeditor in DNN we frequently experience dragover="true" being automatically inserted into the html, possibly due to dragging images around the page. This causes W3C validation errors.
Does dragover="true" serve a purpose and can we turn it off?
Regards
Adam
1 Answer, 1 is accepted
0
Lini
Telerik team
answered on 15 Jan 2010, 03:00 PM
Hi Adam,
I checked the RadRotator code and did not find the string "dragover" anywhere. Are you sure the offending attribute is added by the rotator control? I suggest that you do a quick search for "dragover" in all files in your project and see where the string is used.