Opened 9 years ago

Last modified 8 years ago

#13911 review Bug

[IE11] Console errors during context menu test execution

Reported by: Szymon Kupś Owned by: kkrzton
Priority: Normal Milestone:
Component: General Version: 4.5.4
Keywords: IE11 Cc:

Description

When executing following test on IE11:
http://tests.ckeditor.dev:1030/tests/plugins/widget/contextmenu
Test passes but console output shows errors:

SCRIPT5007: Unable to get property 'nodeName' of undefined or null reference
File: element.js, Line: 750, Column: 4

Found during release of 4.5.5 but can be reproduced on 4.5.4 also.

Change History (5)

comment:1 Changed 9 years ago by Szymon Kupś

Milestone: CKEditor 4.5.6

comment:2 Changed 8 years ago by Jakub Ś

Status: newconfirmed

comment:3 Changed 8 years ago by Marek Lewandowski

cc

comment:4 Changed 8 years ago by kkrzton

Owner: set to kkrzton
Status: confirmedassigned

comment:5 Changed 8 years ago by kkrzton

Status: assignedreview

Changes in t/13911.

There is a fix for a bug in IE (#6146) which uses offsetParent of current element. Starting from IE11, offsetParent can be null in some cases like this one (which is consistent behavior with other browsers) so it needs to be checked.

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