Bug 4726 - CODE CHANGES AFTER THE FREEZE (1GF9YF0)
Summary: CODE CHANGES AFTER THE FREEZE (1GF9YF0)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:21 EDT by Steve Northover CLA
Modified: 2002-05-15 16:55 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Northover CLA 2001-10-11 14:21:57 EDT
This PR is a random place holder.

	SN
		- check XmNancestorSensitive
			Decorations.dialogHandle()
			FileDialog.open()
			DirectoryDialog.open()
		- enable native Drag & Drop on Linux
		- DragDetect on Windows eats mouse up - List misses callback
		- can we post SWT.DragDetect?  This will fix "bad" ordering.
		Currently the SWT.Selection event comes in after SWT.DragDetect
		and this seem wrong.  The selection should come first.  This is
		Windows.  NOTE: We must also post on X to be consistent.
		- delete org.eclipse.swt.* import from Callback
		- implement click count for MouseDown event

	KR
		- on Linux only the left mouse button should select in a Table.
		This is causing selection events in D&D and is different from
		the emulated Linux tree.  NOTE that this is OS behavior, different
		from Windows and this is right.  (Emulating Windows is wrong).

	VI
		- OLE - get rid of "menubar" slot
		- check to see if new MSG creates too much garbage
		- change BusyIndicator to create Cursor and dispose cursor each time - remove 
		- create the tooltip shell on CTabFolder dynamically and watch for tear off
		- ActiveX getting double keyboard accelerator callbacks - app not ignoring them when control processes them

	CM
		- label wrap code doesn't work if the first word in a line is too wide. (see email from SQ)

NOTES:
Comment 1 Knut Radloff CLA 2001-12-10 17:16:56 EST
Entered http://dev.eclipse.org/bugs/show_bug.cgi?id=6770 for the table
Comment 2 Steve Northover CLA 2002-03-06 13:54:32 EST
- checked that XmNancestorSensitive is not necessary for shells
- decided to leave native Drag & Drop on Linux diabled
- DragDetect on Windows fixed
- DragDetect now posted
- org.eclipse.swt.* import from Callback deleted
- decided not to implement click count for MouseDown event
Comment 3 Steve Northover CLA 2002-05-15 12:04:52 EDT
I have done all I intend to do with this PR.  VI?  CM?  Can we close it?
Comment 4 Veronika Irvine CLA 2002-05-15 14:16:19 EDT
I'm done too.
Comment 5 Carolyn MacLeod CLA 2002-05-15 16:42:18 EDT
You can close.
Comment 6 Steve Northover CLA 2002-05-15 16:55:16 EDT
We're done with this.