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

(-)js/org/eclipse/swt/widgets/Shell.js (+10 lines)
Lines 157-162 Link Here
157
                                                  this.__onwindowmousedown );
157
                                                  this.__onwindowmousedown );
158
    },
158
    },
159
    
159
    
160
    // [if] Override to prevent the new open shell to automaticaly become
161
    // an active shell.
162
    _beforeAppear : function() {
163
      qx.ui.layout.CanvasLayout.prototype._beforeAppear.call( this );
164
      qx.ui.popup.PopupManager.getInstance().update();
165
      var activeWindow = this.getWindowManager().getActiveWindow();
166
      this.getWindowManager().add( this );
167
      this.getWindowManager().setActiveWindow( activeWindow );
168
    },
169
    
160
    setDefaultButton : function( value ) {
170
    setDefaultButton : function( value ) {
161
      this._defaultButton = value;
171
      this._defaultButton = value;
162
    },
172
    },

Return to bug 297167