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

<ol> tag is replaced with <ul>

4 Answers 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Goksun
Top achievements
Rank 1
Goksun asked on 28 Nov 2012, 01:05 AM
When I have a <ol> list, it works fine, if I use a <ul> list inside of an <ol>, <ol> tag is replaced with <ul>. See example below

1. A
2. B
3. C
  • C1
  • C2
4. D

turns into

  • A
  • B
  • C
* C1
* C2
  • D

Any ideas?
Thanks!
Goksun

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Nov 2012, 01:38 PM
Hi,

Most likely the problem is due to some global UL CSS class which is modifying the appearance of the UL tags on the page and in the editor. You can see how to fix it in the following help article: Content Area Appearance Problems.

Best regards,
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.
0
Goksun
Top achievements
Rank 1
answered on 01 Dec 2012, 12:49 AM
Hi Rumen, the problem is not the appearance of the <ul> tags. <ol> tags are literally replaced by <ul> tags when we save the content and go back to the editor. If we use <ol> tags by itself, it works fine.

Thanks
Goksun
0
Rumen
Telerik team
answered on 03 Dec 2012, 01:38 PM
Hi,

I am not aware of such a problem. Are you able to reproduce it in the following live demos:

Save In Database
and
RadGrid EditItemTemplate?

Kind regards,
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.
0
Goksun
Top achievements
Rank 1
answered on 04 Dec 2012, 12:29 AM
Hi Rumen, thanks for your reply. We were not able to reproduce the problem. I believe this was a user error.

Regards,
Goksun
Tags
Editor
Asked by
Goksun
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Goksun
Top achievements
Rank 1
Share this question
or