Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:InternetExplorer 11
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
-
Workaround Exists:Yes
-
Workaround Description:
Description
In order to support IE11 in ace:richTextEntry, it is necessary to update our CKEditor library to version 4.3.
Enter a small piece of text into the richt text editor. Now select a word in the middle of the text and try to change the color of the selected text.
Every time you click in the command bar of the rich text editor (to select the tool) the selection will be removed and the color will be aplyed to the the new cursor position, which is the
Enter a small piece of text into the richt text editor. Now select a word in the middle of the text and try to change the color of the selected text.
Every time you click in the command bar of the rich text editor (to select the tool) the selection will be removed and the color will be aplyed to the the new cursor position, which is the
Issue Links
- blocks
-
ICE-9950 Add more CKEditor skins for ace:richTextEntry and ice:inputRichText
- Closed
Testing reproduced the following issues with both EE-3.3.0-P01 and the latest maintenance branch/rev# 40112:
1) A JS error occurs when accessing the showcase > richTextEntry demo page in IE11:
SCRIPT5022: NotSupportedError
File: coalesced.js.jsf, Line: 480, Column: 1016
2) Changing text or background color of a selected text fails because text selection is removed and the cursor jumps at the beginning of the line when choosing a new text/background color.
Both issues cannot be reproduced in IE10 or any other browsers.