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.
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:
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.