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

(-)js/org/eclipse/swt/widgets/Composite.js (+2 lines)
Lines 26-31 Link Here
26
                             this._fixBackgroundTransparency, 
26
                             this._fixBackgroundTransparency, 
27
                             this );
27
                             this );
28
    }
28
    }
29
    // Disable scrolling (see bug 345903)
30
    qx.ui.core.Widget.disableScrolling( this );
29
  },
31
  },
30
  
32
  
31
  destruct : function() {
33
  destruct : function() {
(-)js/org/eclipse/swt/widgets/Group.js (+2 lines)
Lines 43-48 Link Here
43
    this.getLegendObject().addEventListener( "mouseout",
43
    this.getLegendObject().addEventListener( "mouseout",
44
                                             this._onMouseOut,
44
                                             this._onMouseOut,
45
                                             this );
45
                                             this );
46
    // Disable scrolling (see bug 345903)
47
    qx.ui.core.Widget.disableScrolling( this );
46
  },
48
  },
47
49
48
  destruct : function() {
50
  destruct : function() {

Return to bug 345903