Opened 7 years ago

Closed 7 years ago

#17026 closed Bug (invalid)

CKEditor does not work on IE11

Reported by: Bruno Owned by:
Priority: Normal Milestone:
Component: Accessibility Version:
Keywords: IE Cc:

Description

Open http://ckeditor.com/features with IE 11 or Edge in IE 11 emulation

Unable to get property '1' of undefined or null reference (16, 157)

navigator detection fails detecting ie 11 because rv: test is not done prior to edge regex test

To solve issue : sorry (dont have the source proper variable names) var a=navigator.userAgent.toLowerCase();

if(/rv:([\d\.]+)/.test(a)) {

var d=a.match(/rv:([\d\.]+)/);

} else {

var d=a.match(/edge[ \/](\d+.?\d*)/);

}

Change History (1)

comment:1 Changed 7 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.7.0 (GitHub - major)

I had just checked IE11 and Edge in IE11 mode - everything is working perfectly.

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