-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit and manual tests to format menu.
- Loading branch information
Mateusz Samsel
committed
Jul 6, 2017
1 parent
53933d2
commit 28e5575
Showing
3 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<textarea name="ed" id="editor" cols="30" rows="10"> | ||
Hello world | ||
</textarea> | ||
|
||
<script> | ||
CKEDITOR.replace( 'editor' ); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@bender-tags: 4.8.0, feature, 584 | ||
@bender-ui: collapsed | ||
@bender-ckeditor-plugins: wysiwygarea, toolbar, format, elementspath, sourcearea | ||
|
||
1. Select text | ||
1. Try to apply multiple times this same format to one selection (different than normal). | ||
|
||
**Expected:** Choosen format should remain this same all the time. | ||
|
||
**Unexpected:** Text format toggle between styled and unstyled (Normal) one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters