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

RadEditor and StyleBuilder and Lists

3 Answers 138 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 03 Mar 2011, 06:13 PM
I am having a problem with special lists in the RadEditor. I need to use special types of lists (roman numerals, symbols, letters, etc) which is an option available in the RadEditor's Style Builder. However, any time I attempt to apply these styles it just doesn't work.

I was able to reproduce this with the RadEditor in your demo section. (http://demos.telerik.com/aspnet-ajax/editor/examples/xhtmlvalidatortrackchangesformatcodeblockdialogs/defaultcs.aspx) Ive attached images that will show you the original bulleted list and then the bulleted list after I attempted to format it to be roman numerals (i, ii, iii, iv, ...).

The html for each list is as follows.
Original bulleted list:
<ul>
    <li>
    <em>Out-of-the-box XHTML-enabled Output...</em>
    </li>
    <li>
    <em>Unmatched Loading Speed and Performance</em>
    </li>
    <li>
    <em>Microsoft Word-like Spell-checking</em>
    </li>
    <li>
    <em>Seven Ways for Pasting from Word</em>
    </li>
    <li>
    <em>Multilevel Undo/Redo with Action Trails</em>
    </li>
    <li>
    <em>Extended Functionality Through Integrated Controls</em>
    </li>
</ul>

After Formatting with Style Builder:
<ul>
            <li>
            <em><span></span></em></li>
            <span>Out-of-the-box XHTML-enabled Output...
            Unmatched Loading Speed and Performance
            Microsoft Word-like Spell-checking
            Seven Ways for Pasting from Word
            Multilevel Undo/Redo with Action Trails
            Extended Functionality Through Integrated Controls</span>
            <li><em></em>
            </li>
</ul>

I did notice that for your upcomming Q1 release there is "Issue ID 4835 - IMPROVE StyleBuilder dialog for RadEditor." I wanted to find out if this issue is resolved with that, and if not I wanted to bring this to your attention.

Thank you!

3 Answers, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 08 Mar 2011, 05:55 PM
Hello Matt,

Thank you for you note! We are currently working on improving the StyleBuilder functionality for the upcoming release.
For your concrete case we will log the issue and have it resolved as soon as possible.
I have updated your points.

Regards,
Nikodim
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Matt
Top achievements
Rank 1
answered on 17 Mar 2011, 04:45 PM
I have checked out the Q1 release and although it looks slightly different, this feature still does not work at all.

Its not really a suitable solution to tell users trying to use a rich text editor that they have to go into the html and add style="list-style:upper-roman;" to their list tags. Especially when the feature to set the list style is there.

Is there any way I could get an update on this issue and when it might be addressed.

Thank you
0
Niko
Telerik team
answered on 18 Mar 2011, 10:23 AM
Hi Matt,

The issue you are reporting is actually more related to the RadEditor, rather than the StyleBuilder dialog. The issue lies with the way the RadEditor selects the element that will be decorated. The StyleBuilder is merely the tool that sets CSS rules.
This bug is logged in our PITS. You can track the progress on the item through the following URL - http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/5155

Please, accept my apologies for the inconvenience caused.

Greetings,
Niko
the Telerik team
Tags
General Discussions
Asked by
Matt
Top achievements
Rank 1
Answers by
Niko
Telerik team
Matt
Top achievements
Rank 1
Share this question
or