This is a migrated thread and some comments may be shown as answers.

Bug in stripping border repetition

1 Answer 32 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Lakshman
Top achievements
Rank 1
Lakshman asked on 03 Mar 2009, 10:12 PM

We just noticed an issue with radeditor and thought we will report this to you. Please ignore if you are already aware of this.

On IE, while stripping BORDER-RIGHT, BORDER-TOP, BORDER-LEFT, BORDER-BOTTOM properties of the style attribute, editor looses other propeties like float, width, color etc of the Style attribute.

For example, this DIV tag

<div style="BORDER-RIGHT: #e87e7e 2px solid; BORDER-TOP: #e87e7e 2px solid; FLOAT: right;
 BORDER-LEFT: #e87e7e 2px solid; WIDTH: 203px; COLOR: #ffffff; BORDER-BOTTOM: #e87e7e 2px solid; BACKGROUND-COLOR: #c80002">

will get converted to

<div style="border: #e87e7e 2px solid; background-color: #c80002;">

Thanks, Lakshman

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Mar 2009, 04:00 PM
Hello Lakshman,

Thank you for reporting this problem.

I was able to reproduce it with Q3 SP2 version of RadEditor. After that I tested the Futures build and noticed that the problem is fixed.

Could you please test the beta build of RadEditor Q1 2009 and verify that the problem does not appear: Default Example?

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Lakshman
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or