Opened 10 years ago
Last modified 8 years ago
#12326 confirmed Bug
[IE] Error throw after switching between source mode and then click styles button
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.2 |
Keywords: | IE | Cc: |
Description
Browser: [IE 10...11]
Since: 4.2.1
- Open sample: 4.4.4/standard/ckeditor/samples/uilanguages.html
- Make some selection.
- Go to
Source mode
. - Switch back to
Edit mode
. - Click on
Styles
button.
Actual result: Error is thrown in console.
Could not get „blockLimit” property of null or undefined. core/style.js:373
Change History (3)
comment:1 Changed 10 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | → 4.2 |
comment:2 Changed 8 years ago by
Problem can also be reproduced from CKeditor 4.4.6 in Chrome:
- Open CKEditor
- Switch to source mode.
- Delete all contents.
- Switch back to WYSIWYG mode, but don't focus the editor.
- Click any of the combo boxes.
Problem can be reproduced from CKEditor 4.2 in all versions of IE.