Opened 17 years ago

Closed 16 years ago

#965 closed Bug (fixed)

Change ordered list (with type attribute) to unordered list get <ul type="1"> in IE

Reported by: tba21cn Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

Test step:

  1. Create a ordered list, and assign type to "numbers" (<ol type="1">)
  2. Click the "Insert/Remove Bulleted list"

the list looks still like ordered list, but when view source: it has <ul type="1"> which is NOT correct.

Note: FFx works.

<ul type="1">

<li>list item1</li>

</ul>

Change History (1)

comment:1 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Milestone: FCKeditor 2.5
Resolution: fixed
Status: newclosed

Fixed in the nightlies

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