Bug 4428 - SWT Table - Grid lines not drawn correctly (1FE4K5U)
Summary: SWT Table - Grid lines not drawn correctly (1FE4K5U)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Knut Radloff CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:16 EDT by Knut Radloff CLA
Modified: 2002-07-01 17:38 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Radloff CLA 2001-10-11 14:16:38 EDT
The grid lines are drawn on top the table items when the item image is smaller 
than the item text or when there is no item image.
Grid lines should be drawn below the table items.

To reproduce:

Load IBM SWT Examples win32 0.047
Comment out the 'item.setImage' line in the addTableItem method of the 
SwtTableUseCase class. That way the table is displayed without images.
Run the SwtTableUseCase example.
Enable grid lines in the Table->selection menu.
The grid lines are drawn on the table items.

NOTES:

KR (6/7/99 11:13:08 AM)
	The WFC ListView widget (native Windows table) has the same problem.

SN (6/7/99 11:25:36 AM)
	Bug in Windows.

KH (7/9/99 8:36:26 AM)
	Move it to inactive.
Comment 1 Knut Radloff CLA 2002-07-01 17:38:15 EDT
Ran test scenario on Hebrew NT and on Win2k. Seems to have been fixed sometime 
in the last three years.