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 306043
Collapse All | Expand All

(-)js/org/eclipse/swt/widgets/Shell.js (-2 / +4 lines)
Lines 384-391 Link Here
384
            width = document.body.clientWidth;
384
            width = document.body.clientWidth;
385
          }
385
          }
386
        }
386
        }
387
        if( !isNaN( height ) && !isNaN( width ) ) {
387
        if( !isNaN( height ) ) {
388
          req.addParameter( id + ".bounds.height", height );
388
          req.addParameter( id + ".bounds.height", height );      
389
        }
390
        if( !isNaN( width ) ) {
389
          req.addParameter( id + ".bounds.width", width );          
391
          req.addParameter( id + ".bounds.width", width );          
390
        }
392
        }
391
        req.send();
393
        req.send();

Return to bug 306043