Skip to content

Commit cc68237

Browse files
committed
Merge branch 't/14553'
2 parents b666409 + 2dbfd44 commit cc68237

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<p>Editor 1</p>
2+
<textarea cols="80" id="editor1" name="editor1" rows="10">
3+
<p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans Neil Armstrong and Buzz Aldrin, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>
4+
</textarea>
5+
6+
<p>Editor 2</p>
7+
<div contenteditable="true" id="editor2">
8+
<p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans Neil Armstrong and Buzz Aldrin, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>
9+
</div>
10+
11+
<script>
12+
CKEDITOR.replace( 'editor1', {
13+
colorButton_enableAutomatic: false
14+
} );
15+
CKEDITOR.inline( 'editor2' );
16+
</script>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@bender-tags: 12440, tc, 4.5.8
2+
@bender-ui: collapsed
3+
@bender-ckeditor-plugins: wysiwygarea, toolbar, colorbutton, floatingspace
4+
5+
### Scenario 1:
6+
7+
1. Click *Text Color* button in Editor 1.
8+
* **Expected**: There is no *Automatic* option.
9+
1. Click *Background Color* button in Editor 1.
10+
* **Expected**: There is no *Automatic* option.
11+
12+
### Scenario 2:
13+
14+
1. Click *Text Color* button in Editor 2.
15+
* **Expected**: There is *Automatic* option.
16+
1. Click *Background Color* button in Editor 2.
17+
* **Expected**: There is *Automatic* option.

0 commit comments

Comments
 (0)