Aleksander Machniak
2013-09-26 a4bc6ea24d476e88a6d231ef3162d7271fe22bbd
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' &&