Opened 8 years ago
Closed 7 years ago
#16820 closed Bug (fixed)
[BR MODE][IE10] Inserting horizontal line and clickinng below it causes error
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | IE10 | Cc: |
Description
Steps to reproduce
- Load CKEditor with enter mode set to BR.
- Clear editor contents with New Page button
- Insert horizontal line
- Click below the line
Expected result
Nothing happens.
Actual result
JavaScript error gets thrown.
Message: SCRIPT5007: Unable to get value of the property 'ownerDocument': object is null or undefined.
Line: 788
URI: /ckeditor/core/selection.js
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced in IE10 only starting from CKEditor 4.0.
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with 84f72ad.
This ticket could be related to #9780.