JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.3
[ckeditor.git] / _source / core / dom / document.js
index bd8c18c..a68ddf5 100644 (file)
@@ -150,7 +150,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.document.prototype,
 \r
                getElementsByTag : function( tagName, namespace )\r
                {\r
-                       if ( !CKEDITOR.env.ie && namespace )\r
+                       if ( !( CKEDITOR.env.ie && ! ( document.documentMode > 8 ) ) && namespace )\r
                                tagName = namespace + ':' + tagName;\r
                        return new CKEDITOR.dom.nodeList( this.$.getElementsByTagName( tagName ) );\r
                },\r