ieonclosefocusfix

This code is causing problems with windows. It is creating an input box at the bottom of the page in IE7.



    // focus fix ie case

    if (_isIE) {

        this._focusFixIE = document.createElement(“INPUT”);

        this._focusFixIE.className = “dhx_windows_ieonclosefocusfix”;

        document.body.appendChild(this._focusFixIE);

    }



I checked my CSS and did not see a class: dhx_windows_ieonclosefocusfix



Does one need to exist?


Please, see the answer to your previous message: dhtmlx.com/docs/products/kb/inde … mal&q=7698