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 136458 Details for
Bug 277089
[table] IOOBE when dynamically creating columns
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]
testcase
clipboard.txt (text/plain), 1.23 KB, created by
Benjamin Muskalla
on 2009-05-20 05:13:12 EDT
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Benjamin Muskalla
Created:
2009-05-20 05:13:12 EDT
Size:
1.23 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07.test >Index: src/org/eclipse/swt/internal/widgets/tableitemkit/TableItemLCA_Test.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt.test/org.eclipse.rap.rwt.q07.test/src/org/eclipse/swt/internal/widgets/tableitemkit/TableItemLCA_Test.java,v >retrieving revision 1.7 >diff -u -r1.7 TableItemLCA_Test.java >--- src/org/eclipse/swt/internal/widgets/tableitemkit/TableItemLCA_Test.java 28 Apr 2009 20:48:16 -0000 1.7 >+++ src/org/eclipse/swt/internal/widgets/tableitemkit/TableItemLCA_Test.java 20 May 2009 09:11:58 -0000 >@@ -351,4 +351,17 @@ > String result = Fixture.getAllMarkup(); > assertTrue( result.indexOf( expected ) != -1 ); > } >+ >+ >+ public void testDynamicColumns() throws Exception { >+ Display display = new Display(); >+ Shell shell = new Shell( display ); >+ Table table = new Table( shell, SWT.NONE ); >+ new TableColumn( table, SWT.NONE ); >+ TableItem item = new TableItem( table, SWT.NONE ); >+ item.setBackground( 0, display.getSystemColor( SWT.COLOR_BLACK ) ); >+ new TableColumn( table, SWT.NONE ); >+ RWTFixture.markInitialized( display ); >+ RWTFixture.preserveWidgets(); >+ } > }
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 277089
: 136458 |
136480