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

[Solved] Border issues

1 Answer 155 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Peter Zolja
Top achievements
Rank 1
Peter Zolja asked on 16 May 2008, 02:39 PM

If I select an image and set the border width to 5 and then the border color to something (let's say lime) in the editor I won't see the border in the editor. The generated HTML is this:

<img border="5" src="/demos/aspnet/Prometheus/Editor/Img/UserDir/Marketing/awards-page-2007-.jpg" style="border-color: lime;" /> 

If I change that to:

<img src="/demos/aspnet/Prometheus/Editor/Img/UserDir/Marketing/awards-page-2007-.jpg" style="border: solid 5px lime;" /> 

I get to see the border in the editor. Any reason why it works this way?

Also, selecting white from the color dropdown actually removes the color rather than changing it to white. If the function is to remove the color then I think having a white box with an "x" inside is more suggestive. But if this is the case, how can I change the border to white?

Thanks.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 20 May 2008, 07:29 AM
Hi Peter,

Thank you for the bug report.

I logged this problem in our ToDo list and we will do our best to have it fixed for one of the next updates of the control.

Your points were updated.

Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Peter Zolja
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or