Thomas B.
2013-10-07 a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a
program/js/tiny_mce/plugins/tabfocus/editor_plugin_src.js
@@ -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' &&