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

Editor - Bullet List Internet Explorer Bug

9 Answers 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Manuel Mayr
Top achievements
Rank 1
Manuel Mayr asked on 16 Jul 2009, 02:36 PM
Hi,

There is a problem with the editor and using MS Internet Explorer (any Version) by converting selected text into a bullet list.

What i'm doing:

Write three lines:

first line
second line
third line.

Select the three lines and press the button "Bullet List".

Results:

FireFox does everything fine:

  • first line
  • second line
  • third line

Internet Explorer does something like this:
  • first line
      second line
      third line

You can try this with the demo examples on this hompage.

Hopefully anybody can help me to find a fix.

Thanks in advance

9 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 22 Jul 2009, 08:22 AM
Hi Manuel,

This is behavior result of the implementation of the NewLineBr property. We intend to change it in future, but I can not give you an exact estimation of when this will happen. How ever you can find a custom workaround
in the following KB article http://www.telerik.com/support/kb/aspnet-ajax/editor/applying-indentation-or-alignment-per-line.aspx. It is called Applying indentation or alignment per line, but following the steps described in it will do the job in your case as well.


Regards,
Stanimir
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.
0
Manuel Mayr
Top achievements
Rank 1
answered on 24 Jul 2009, 07:11 AM
Thank's a Lot for this Workarround
0
Viðar Örn Tulinius
Top achievements
Rank 1
answered on 18 Nov 2009, 02:30 PM
Is there any update on when this wil be fixed?
0
Rumen
Telerik team
answered on 23 Nov 2009, 11:57 AM
Hi Viðar,

We enhanced the InsertOrederedList and InsertUnorderedList tools of RadEditor and I am unable to reproduce the problem with the latest Q3 2009 version. You can see my test in the attached video. Are you able to replicate the problem with the Default Example.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Viðar Örn Tulinius
Top achievements
Rank 1
answered on 23 Nov 2009, 02:03 PM
Hi,

Thank you for your response. Yes I am able to reproduce this problem in your demo editor. I made a video of the error and you can download it at http://dl.dropbox.com/u/1785485/Telerik_error1.zip
0
Rumen
Telerik team
answered on 26 Nov 2009, 09:16 AM
Hi Viðar,

Thank you for the provided video!

This is a limitation of the custom implementation of the InsertOrderedList and InsertUnorderedList commands. I logged the problem to our bug tracking system for further research and added 500 Telerik points to your account for reporting it.

You can fix the problem by setting the editor's NewLineBr property to false. Therefore the editor will use the browsers' InsertOrderedList and InsertUnorderedList commands for list creation.
When this property is set to false, the editor will insert a <p> tag on enter key press. The paragraph tags have a default margin, which you can reduce by putting the following class in the page with RadEditor:

P  
{  
    margin:0px;  



Greetings,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sergey
Top achievements
Rank 1
answered on 21 Jun 2012, 03:59 PM
Hi,

Thank you for your answer.
Could you please provide a link to the Issue in Public issue tracker if possible?
I would like to track this one.

Thanks a lot.
0
Sergey
Top achievements
Rank 1
answered on 21 Jun 2012, 03:59 PM
Hi,

Thank you for your answer.
Could you please provide a link to the Issue in Public issue tracker if possible?
I would like to track this one.

Thanks a lot.
0
Rumen
Telerik team
answered on 26 Jun 2012, 08:22 AM
Hi,

This forum thread is old and the Public Issue Tracking system was still not available at that time. That is why I could not provide a live URL to the issue.

Are you able to reproduce the problem in the latest version of RadControls for ASP.NET AJAX? You can test the live demos of RadEditor. If yes, could you please record the problem with Jing or another screen recording tool and send it for examination?


Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Manuel Mayr
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Manuel Mayr
Top achievements
Rank 1
Viðar Örn Tulinius
Top achievements
Rank 1
Rumen
Telerik team
Sergey
Top achievements
Rank 1
Share this question
or