Changes between Initial Version and Version 1 of Ticket #7290


Ignore:
Timestamp:
Mar 10, 2011, 8:59:43 AM (14 years ago)
Author:
Krzysztof Studnik
Comment:

Confirmed on IE7
Similar issue on forums:
http://cksource.com/forums/viewtopic.php?f=11&t=21785

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7290

    • Property Keywords IE7 added; Numbered Bulleted List Stack overflow removed
    • Property Status changed from new to confirmed
    • Property Component changed from General to Core : Lists
  • Ticket #7290 – Description

    initial v1  
    33Steps to reproduce:
    44
    5 1) Textarea "editor1" is associated with the instance of ckeditor, here is the text prepopulated in the textarea :
    6 
    7 <textarea cols="60" id="editor1" name="editor1" rows="1000">
     5 1. Textarea "editor1" is associated with the instance of ckeditor, here is the text prepopulated in the textarea :
     6{{{
    87<dl>
    9 <dt>
    10 Text1
    11 </dt>
    12 <dd>
    13 <ul>
    14 <li>
    15 Text2
    16 </li>
    17 <li>
    18 Text2
    19 </li>
    20 <li>
    21 Text2
    22 </li>
    23 <li>
    24 Text2
    25 </li>
    26 <li>
    27 Text2
    28 </li>
    29 <li>
    30 Text2
    31 </li>
    32 </ul>
    33 </dd>
     8        <dt>
     9        Text1
     10        </dt>
     11        <dd>
     12                <ul>
     13                        <li>
     14                                Text2</li>
     15                        <li>
     16                                Text2</li>
     17                        <li>
     18                                Text2</li>
     19                        <li>
     20                                Text2</li>
     21                        <li>
     22                                Text2</li>
     23                        <li>
     24                                Text2</li>
     25                </ul>
     26        </dd>
    3427</dl>
    35 </textarea>
    36 
    37 2) Click on first bulleted list make it to Numbered list
    38 
    39 3) Click on second bulleted list make it to Numbered list
    40 
    41 4) Click on third bulleted list make it to Numbered list
    42 
    43 5) Click on forth bulleted list make it to Numbered list
    44 
    45 6) Click on second numbered list which in done in point 3 above and make it to bulleted list
     28}}}
     29 1. Click on first bulleted list make it to Numbered list
     30 1. Click on second bulleted list make it to Numbered list
     31 1. Click on third bulleted list make it to Numbered list
     32 1. Click on forth bulleted list make it to Numbered list
     33 1. Click on second numbered list which in done in point 3 above and make it to bulleted list
    4634
    4735At this point all browser sessions get killed.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy