Opened 17 years ago

Last modified 17 years ago

#336 closed Bug

Numbered List @type in dialog is NOT correct. — at Initial Version

Reported by: tba21cn Owned by:
Priority: Normal Milestone: FCKeditor 2.4.3
Component: General Version: FCKeditor 2.4.1
Keywords: Cc:

Description

Test step:

  1. create a numbered list
  2. set type="A" or "I"
  3. right click the list and select "Numbered List properties", the type in the type selection is "a" or "i".

Reason: editor/dialog/fck_listprop.html oActiveSel.value = oActiveEl.getAttribute('type').toLowerCase() ;

should be: oActiveSel.value = oActiveEl.getAttribute('type') ;

I do not know why it change to lower case.

Change History (0)

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