Skip to content

Commit 7d1ebbe

Browse files
committed
Merge branch 't/16593b' into major
2 parents 29e691a + 036ca4b commit 7d1ebbe

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
<textarea name="editor1" id="editor1" cols="30" rows="10">
3+
&lt;h1&gt;Hello world!&lt;/h1&gt;
4+
5+
&lt;ol&gt;
6+
&lt;li&gt;dsa&lt;/li&gt;
7+
&lt;ol&gt;
8+
&lt;li&gt;dsa&lt;/li&gt;
9+
&lt;/ol&gt;
10+
&lt;li&gt;dsa&lt;/li&gt;
11+
&lt;/ol&gt;
12+
13+
&lt;p&gt;I&amp;#39;m an instance of &lt;a href=&quot;http://ckeditor.com&quot;&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;
14+
</textarea>
15+
16+
<script>
17+
CKEDITOR.replace( 'editor1' );
18+
</script>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@bender-tags: tc, 4.6.0
2+
@bender-ui: collapsed
3+
@bender-ckeditor-plugins: wysiwygarea, toolbar, undo, basicstyles, list, pastefromword, sourcearea, elementspath
4+
5+
1. Focus the editor.
6+
1. Select all the content using `ctrl + a`.
7+
1. Press ctrl + x.
8+
1. Press ctrl + v.
9+
10+
**Expected:** Content is pasted, and looks the same way.
11+
12+
**Unexpected:** Content differs in any way. E.g. list is missing.

0 commit comments

Comments
 (0)