-
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.
- Loading branch information
Showing
5 changed files
with
72 additions
and
21 deletions.
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
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
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
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 @@ | ||
|
||
<div style="width: 80%; margin: 0 auto"> | ||
<textarea cols="80" id="classic" name="classic" rows="10"> | ||
<p>Test</p> | ||
</textarea> | ||
</div> | ||
|
||
<script> | ||
CKEDITOR.replace( 'classic' ); | ||
</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,15 @@ | ||
@bender-tags: tc, 4.5.4, 11724 | ||
@bender-ui: collapsed | ||
@bender-include: ../../embedbase/_helpers/tools.js | ||
@bender-ckeditor-plugins: wysiwygarea,sourcearea,htmlwriter,entities,toolbar,elementspath,undo,clipboard,format,basicstyles,font,autolink,autoembed,link | ||
|
||
For *mobile* devices: | ||
* Tap the editable area so the software keyboard will be visible. | ||
* Tap the Paragraph Format drop down to see styles list. | ||
* Software keyboard should hide and the drop-down should be visible. | ||
|
||
For *other* devices: | ||
* Open the Paragraph Format. | ||
* Check if it's positioned correctly. | ||
* Resize the browser window. | ||
* The drop-down should either hide or be repositioned correctly. |