Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P07
-
Fix Version/s: EE-1.8.2.GA_P08
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE11
-
Support Case References:Support Case #13291 - https://icesoft.my.salesforce.com/50070000011s6va
Description
Currently the CKEditor version used for the ice:inputRichText component does not support IE11. This has been fixed in the ICEfaces 3.x code base by upgrading the CKEditor version. It uses an older version for support of IE7/8 and the newer version for more recent IE releases.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r44796: added CKEditor version 4.7 to be loaded only for IE11, while loading the old version for the rest of the browsers.
Note that the only available skin on IE11 is kama. Using other skin names will simply default to kama.
Show
Arturo Zambrano
added a comment - r44796: added CKEditor version 4.7 to be loaded only for IE11, while loading the old version for the rest of the browsers.
Note that the only available skin on IE11 is kama. Using other skin names will simply default to kama.
r45077: committed fixes for error popups when using the spellchecking plug-in.
Indeed, those errors are very random, and it's not always possible to reproduce them. I noticed that these errors were more likely to happen when quickly clicking different buttons and menu options, without giving a good pause for all the operations to complete before clicking something else. They also seemed more likely to happen after clearing the browser's cache.
These commits try to fix those errors that we know about. There might still be other random error messages, but they don't affect the normal functioning of the editor. It could also be that these errors are seen on our test machines because they are slower. I couldn't reproduce these errors using IE11 in previous versions modes.
As for the last issue, the error occurs in the third-party website code, and we don't have any control over it.