Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 207518 Details for
Bug 364739
[Table] Client area shifts to the top when editing a cell on the bottom-most row
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed patch
Bug-364739.patch (text/plain), 801 bytes, created by
Ivan Furnadjiev
on 2011-11-25 03:41:30 EST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2011-11-25 03:41:30 EST
Size:
801 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: js/org/eclipse/rwt/widgets/Tree.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/js/org/eclipse/rwt/widgets/Tree.js,v >retrieving revision 1.10 >diff -u -r1.10 Tree.js >--- js/org/eclipse/rwt/widgets/Tree.js 18 Nov 2011 16:12:11 -0000 1.10 >+++ js/org/eclipse/rwt/widgets/Tree.js 25 Nov 2011 08:28:58 -0000 >@@ -54,6 +54,8 @@ > this._config = this._rowContainer.getRenderConfig(); > this.setCursor( "default" ); > this.setOverflow( "hidden" ); >+ // Disable scrolling (see bugs 279460 and 364739) >+ qx.ui.core.Widget.disableScrolling( this ); > this._configureAreas(); > this._configureScrollBars(); > this._registerListeners();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 364739
:
207492
|
207493
| 207518