Bug 1859 - Esc does not disable PropertySheet Text Cell Editor. (1G607PZ)
Summary: Esc does not disable PropertySheet Text Cell Editor. (1G607PZ)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Randy Giffen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:20 EDT by Randy Giffen CLA
Modified: 2001-12-14 16:14 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 Randy Giffen CLA 2001-10-10 22:20:54 EDT
Create a File A.usr.
	Select a text field on the properties view.
	Click on it value to edit it.
	Press ESC.

	The Cell editor is not closed.


NOTES:
	RG (5/4/01 8:47:14 AM)
	Added listener to listen for editor cancel
	PropertySheetViewer 0.103 [rg] 01

	RG (5/4/01 10:35:06 AM)
	Not working for combo cell editor
	Logged 1GD7J2T: SWT:WINNT - Not getting key events from CCombo

	RG (5/31/01 6:14:43 PM)
	May also need
	RG (5/31/01 6:08:30 PM)
	Now waiting on 1GEM261: SWT:ALL - CCombo still has focus when invisible

	RG (10/2/01 12:39:54 PM)
	Working with combo cell editor but not color cell editor
Comment 1 DJ Houghton CLA 2001-10-24 06:48:25 EDT
PRODUCT VERSION:
	Linux - jdk - build 15a

Comment 2 Randy Giffen CLA 2001-12-14 16:14:24 EST
Added hook for esc in PropertySheetViewer so that even if the cell editor does 
not take focus (ex. ColorCell Editor) esc will still close the active editor