Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 277444
Collapse All | Expand All

(-)qx-build/source/class/qx/ui/form/TextField.js (-1 / +4 lines)
Lines 1371-1377 Link Here
1371
1371
1372
      // to be sure we get the element selected
1372
      // to be sure we get the element selected
1373
      this._inputElement.select();
1373
      this._inputElement.select();
1374
      this._inputElement.focus();
1374
      // [if] focus() leads to error in IE if the _inputElement is disabled.
1375
      if( this.isEnabled() ) {
1376
        this._inputElement.focus();
1377
      }
1375
    },
1378
    },
1376
1379
1377
1380

Return to bug 277444