Opened 9 years ago

Last modified 9 years ago

#13353 closed Bug

[IE10] Double enter doesn't escape from list — at Initial Version

Reported by: Artur Delura Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.5
Keywords: Cc:

Description

I have written manual test for that:

test.html

<textarea cols="80" id="classic" name="classic" rows="10">
&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;
</textarea>
<script>
	var editors = CKEDITOR.replace( 'classic' );
</script>

test.md

@bender-ui: collapsed
@bender-tags: 4.5.0, tc
@bender-ckeditor-plugins: wysiwygarea, toolbar,basicstyles, list, indentlist

* Put a caret at the last item of the list.
* Double enter to escape the list.

**Actual result: ** New list items are created.

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