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 185751 Details for
Bug 333043
[Table] Not "repainting" when changed while not visible
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
Bug333043.patch (text/plain), 1.01 KB, created by
Ivan Furnadjiev
on 2010-12-23 03:12:02 EST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2010-12-23 03:12:02 EST
Size:
1.01 KB
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.88 >diff -u -r1.88 Table.js >--- js/org/eclipse/swt/widgets/Table.js 21 Dec 2010 14:27:26 -0000 1.88 >+++ js/org/eclipse/swt/widgets/Table.js 23 Dec 2010 08:02:08 -0000 >@@ -842,13 +842,16 @@ > }, > > _onChangeSize : function( evt ) { >- this._updateClientAreaSize(); >+ // [if] workaround for bug 333043 >+ // update _clientArea size only if it's visible, otherwize update size >+ // _onClientAppear event >+ if( this._clientArea.isSeeable() ) { >+ this._updateClientAreaSize(); >+ } > }, > > _onClientAppear : function( evt ) { >- this._updateRowCount(); >- this._updateRows(); >- this._updateGridLines(); >+ 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
Actions:
View
|
Diff
Attachments on
bug 333043
:
185671
| 185751 |
185794
|
201285