Bug 4444 - EWT - incorrect selection feedback when the item's text is changed (1FFP3U2)
Summary: EWT - incorrect selection feedback when the item's text is changed (1FFP3U2)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 98
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:16 EDT by Erich Gamma CLA
Modified: 2001-10-24 06:28 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 Erich Gamma CLA 2001-10-11 14:16:53 EDT
when  an item's text is changed while it is selected the selection leaves cheese on 
    the screen. In LF303 you can reproduce it by toggeling the display of the version
    numbers.

NOTES:

KR (8/9/99 12:41:13 PM)
	How/where do you update the item text? The cheese you see is caused by the 
	tree item not knowing about changes to the item text.
	You have to call TreeItem.setText if you are going to render a different text. 
	Otherwise the tree item can't recalculate the new item length.
	This problem will go away when we no longer have custom renderers.

KR (11/10/99 16:03:03)
	No longer a problem since custom renderers are no longer supported. Moved to Inactive

	McQ (10/10/2000 12:18:21 PM) -
		Does not appear to be related to custom renderers. I.e. The problem
		should be reproduceable using application code.
Comment 1 Martin Aeschlimann CLA 2001-10-15 06:47:16 EDT
leapfrog bug. close
Comment 2 DJ Houghton CLA 2001-10-24 06:28:51 EDT
PRODUCT VERSION:

	026