Opened 10 years ago
Last modified 10 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"> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> </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.