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

(-)js/org/eclipse/rwt/widgets/Tree.js (+2 lines)
Lines 54-59 Link Here
54
    this._config = this._rowContainer.getRenderConfig();
54
    this._config = this._rowContainer.getRenderConfig();
55
    this.setCursor( "default" );
55
    this.setCursor( "default" );
56
    this.setOverflow( "hidden" );
56
    this.setOverflow( "hidden" );
57
    // Disable scrolling (see bugs 279460 and 364739)
58
    qx.ui.core.Widget.disableScrolling( this );
57
    this._configureAreas();
59
    this._configureAreas();
58
    this._configureScrollBars();
60
    this._configureScrollBars();
59
    this._registerListeners();
61
    this._registerListeners();

Return to bug 364739