Bug 4660 - Moving
Summary: Moving
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Linux
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Mike Wilson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:20 EDT by Mike Wilson CLA
Modified: 2002-03-07 10:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wilson CLA 2001-10-11 14:20:48 EDT
Open a "Find in file" dialog window to find some key word in a java file in 
Eclipse.
   Move the dialog window will leave continuous shadow on the background 
windows, especially
	when we move it slowly. All the windows affected will repaint 
themselves correctly. But the 
	performance is not satisfactory.

NOTES:

	McQ (23/05/2001 3:49:51 PM) -
		Not me. Suspect this was WT.

	McQ (24/05/2001 11:05:18 AM) -
		I've been looking at the paint merging code. It seems to only 
handle Canvases.
		Is this reasonable?

SN (5/24/01 12:55:07 PM)
	It's pretty dangerous to change the paint policy for an arbitrary 
widget.
	A C++ app should show the same characteristics.  We should investigate
	to see if we are doing something different.

	McQ (28/05/2001 2:04:25 PM) -
		Need to look at this again after June.

	McQ (26/06/2001 1:52:25 PM) -
		I really would like to see us do something about this.
Comment 1 DJ Houghton CLA 2001-10-29 16:29:02 EST
PRODUCT VERSION:

	110

Comment 2 Mike Wilson CLA 2001-12-10 10:47:56 EST
The code in paint and resize has been changed to call XCheckIfEvent to detect 
cases which can optimized. The performance is considerably better than it was.