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

Rad Editor not showing bullet points in Design or Preview

4 Answers 132 Views
Editor
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 13 Dec 2010, 06:10 PM
Rad Editor not showing bullet points in Design or Preview, it does show it in the html. I'm thinking it is a CSS taking precedence. Has anyone else experienced this issue and if yes let me know the fix.
i'm using new rad controls 3.5 framework and using master pages.
Thanks in advance

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 14 Dec 2010, 05:27 PM
Hi David,

The problem is most likely due to some global CSS style for OL, UL elements that sets the padding and margin of the bulleted lists to 0px.

Please, review your css styles and see which one is overriding the default space between the bulleted lists. You should search for class similar to this one:

OL, UL
{
padding: 0px;
margin: 0px;
}

To fix the problem, just set the CssFiles property as shown in this help article: Content Area Appearance Problems. Therefore the editor will not pick up the CSS classes from the page.


Kind regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Madhuka
Top achievements
Rank 1
answered on 12 Jul 2011, 05:51 AM
I have same problem here, but bullet points working fine in IE9 & firefox. So it can not be style issue (I guess). please help
0
Rumen
Telerik team
answered on 12 Jul 2011, 10:46 AM
Hello Madhuka,

Did you tried to disable the stylesheet of the page where the editor resides and see whether the problem is styling related?

Another way to fix it is to set the CssFiles property to point to an empty css file. Therefore the editor will not pick up the styles from the page when the ContentAreaMode property is set the Iframe.

All the best,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Madhuka
Top achievements
Rank 1
answered on 18 Jul 2011, 07:28 AM
This issue solved by using  CssFiles property and new css file.
Thanks for the help.

Madhuka
Tags
Editor
Asked by
David
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Madhuka
Top achievements
Rank 1
Share this question
or