]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/tabfocus/editor_plugin_src.js
Wordpress 3.5
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / tabfocus / editor_plugin_src.js
index a1579c85f22760df55dc01ffa04c2a00aca7917a..94f45320d600fcf930c693ce39fa83b0d02518cc 100644 (file)
@@ -22,7 +22,7 @@
                                var x, i, f, el, v;
 
                                function find(d) {
-                                       el = DOM.select(':input:enabled,*[tabindex]');
+                                       el = DOM.select(':input:enabled,*[tabindex]:not(iframe)');
 
                                        function canSelectRecursive(e) {
                                                return e.nodeName==="BODY" || (e.type != 'hidden' &&