Changes between Initial Version and Version 2 of Ticket #13353


Ignore:
Timestamp:
Jun 9, 2015, 2:46:45 PM (9 years ago)
Author:
Artur Delura
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13353

    • Property Status changed from new to pending
    • Property Summary changed from [IE10] Double enter doesn't escape from list to [IE] Double enter doesn't escape from list
  • Ticket #13353 – Description

    initial v2  
    1 I have written manual test for that:
    2 
    3 test.html
    4 {{{
    5 <textarea cols="80" id="classic" name="classic" rows="10">
    6 &lt;ol&gt; &lt;li&gt;&lt;strong&gt;Command Module&lt;/strong&gt; with a cabin for the three astronauts which was the only part which landed back on Earth&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Service Module&lt;/strong&gt; which supported the Command Module with propulsion, electrical power, oxygen and water&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Lunar Module&lt;/strong&gt; for landing on the Moon.&lt;/li&gt; &lt;/ol&gt;
    7 </textarea>
    8 <script>
    9         var editors = CKEDITOR.replace( 'classic' );
    10 </script>
    11 }}}
    12 
    13 test.md
    14 {{{
    15 @bender-ui: collapsed
    16 @bender-tags: 4.5.0, tc
    17 @bender-ckeditor-plugins: wysiwygarea, toolbar,basicstyles, list, indentlist
    18 
    19 * Put a caret at the last item of the list.
    20 * Double enter to escape the list.
    21 
    22 **Actual result: ** New list items are created.
    23 }}}
     1I have written manual test for that. It available under: http://tests.ckeditor.dev:1030/tests/tickets/13353/1 you must first checkout to ticket branch:t/13353.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy