-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Using IE11 on Windows 8.1, when opening the Code Embed dialog from the Canvas RTE the actual code editor doesn't load. Opening the IE debugger, the problem appears to be here:
setDocument = Sizzle.setDocument = function( node ) {
var doc = node ? node.ownerDocument || node : preferredDoc, parent = doc.parentWindow;
// If no document and documentElement is available, return
if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
return document;
}
IE breaks with "Access denied" and "doc" has no value at that point in time.
[update]: the same issue repro's when viewing pages and not just when editing. FWIW, the "node" parameter is empty when IE breaks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels