Opened 7 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

  1. Load CKEditor with enter mode set to BR.
  2. Clear editor contents with New Page button
  3. Insert horizontal line
  4. 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 7 years ago by Jakub Ś

Status: newconfirmed

This ticket could be related to #9780.

comment:2 Changed 7 years ago by Jakub Ś

This problem is not reproducible in IE11 and Edge.

comment:3 Changed 7 years ago by kkrzton

Resolution: fixed
Status: confirmedclosed

Fixed with 84f72ad.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy