Opened 14 years ago

Closed 14 years ago

#5088 closed Bug (expired)

Enumeration via html is destroyed by WYSIWYG-Editor view

Reported by: johannes Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending Cc:

Description

Hello, I'm trying to implement numbered list with more space between the distinct numbers. I use some html commands to achieve the result:

    <ol>  
    <li> First Point</li>  
   <li> Second Point</li>  
    </ol>  
Then there should be some text without enumeration followed by a list which is numbered starting at 3.
<ol start="3">  
    <li> Third Point</li>  
   <li> Fourth Point</li>  
    </ol>

If I enter this code with the Option "Wikitext" enabled and save the site immediately all is right. If I first switch back to the WYSIWYG view the numbering is broken and the second part is starting with 1.

I hope you understand the problem and could help.

Thanks!

Change History (2)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Pending added

What do you mean with "Option Wikitext"? Are you talking about CKEditor or another system?

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: expired
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy