Changes between Initial Version and Version 1 of Ticket #336
- Timestamp:
- Apr 5, 2007, 11:18:34 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #336
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #336 – Description
initial v1 1 Test step: 2 1. create a numbered list3 2. set type="A" or "I"4 3. right click the list and select "Numbered List properties", the type in the type selection is "a" or "i".1 Test step:[[BR]] 2 1. create a numbered list 3 2. set type="A" or "I" 4 3. right click the list and select "Numbered List properties", the type in the type selection is "a" or "i". 5 5 6 Reason: 6 Reason:[[BR]] 7 7 editor/dialog/fck_listprop.html 8 {{{ 8 9 oActiveSel.value = oActiveEl.getAttribute('type').toLowerCase() ; 10 }}} 9 11 10 12 should be: 13 {{{ 11 14 oActiveSel.value = oActiveEl.getAttribute('type') ; 15 }}} 12 16 13 17 I do not know why it change to lower case.