Ticket #336 (closed Bug: fixed)

Opened 20 months ago

Last modified 20 months ago

Numbered List @type in dialog is NOT correct.

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

Description (last modified by alfonsoml) (diff)

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

Changed 20 months ago by alfonsoml

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

Fixed in [236], I did check it in both IE6 and Firefox 2.0.0.3 and I didn't notice any drawback in the proposed fix.

Thanks.

Changed 20 months ago by fredck

  • milestone set to FCKeditor 2.4.2

Changed 20 months ago by fredck

  • milestone changed from FCKeditor 2.4.2 to FCKeditor 2.4.3
Note: See TracTickets for help on using tickets.