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 136781 Details for
Bug 276881
[Table] Missing columns after resizing container
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-276881.patch (text/plain), 913 bytes, created by
Ivan Furnadjiev
on 2009-05-22 05:37:43 EDT
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2009-05-22 05:37:43 EDT
Size:
913 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/Table.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Table.js,v >retrieving revision 1.49 >diff -u -r1.49 Table.js >--- js/org/eclipse/swt/widgets/Table.js 19 May 2009 09:49:34 -0000 1.49 >+++ js/org/eclipse/swt/widgets/Table.js 22 May 2009 09:01:33 -0000 >@@ -364,7 +364,13 @@ > }, > > setScrollBarsVisibile : function( horzVisible, vertVisible ) { >+ if( !horzVisible ) { >+ this._horzScrollBar.setValue( 0 ); >+ } > this._horzScrollBar.setVisibility( horzVisible ); >+ if( !vertVisible ) { >+ this._vertScrollBar.setValue( 0 ); >+ } > this._vertScrollBar.setVisibility( vertVisible ); > this._updateClientAreaSize(); > },
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
Flags:
rsternberg
:
review+
Actions:
View
|
Diff
Attachments on
bug 276881
: 136781