Bug 2470 - [Navigator] Rename file inline editor does not go away on mouse down (1GF7UN2)
Summary: [Navigator] Rename file inline editor does not go away on mouse down (1GF7UN2)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Linux
: P2 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Knut Radloff CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate, usability
Depends on: 23935
Blocks:
  Show dependency tree
 
Reported: 2001-10-10 22:37 EDT by Simon Arsenault CLA
Modified: 2002-11-10 12:19 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 Simon Arsenault CLA 2001-10-10 22:37:01 EDT
On linux, select a file in the nav view then choose rename from the popup menu.
	Rename the file then click on the "white-space" of the nav view - notice the editor
	stays active. Doing this on windows cause the inline editor to close and the file
	to be renamed.

	Also, if you repeat the rename process but this time click on another file in the
	nav view, the inline editor is closed but the file is not renamed. Under windows
	the file is renamed.

NOTES:
	EJP (07/12/01 04:19:30 PM)
		This is due a workaround added for 1GF7TXO
		See RenameResourceAction.
Comment 1 DJ Houghton CLA 2001-10-29 18:30:09 EST
PRODUCT VERSION:
	0.122 (SDK)

Comment 2 Simon Arsenault CLA 2002-01-25 09:51:53 EST
This may be fixed, to be verified.
Comment 3 Ryan Cooper CLA 2002-01-28 10:21:13 EST
Build: 20020125

Problem still exists.
Comment 4 Ryan Cooper CLA 2002-02-01 17:04:58 EST
In windows, the FocusListener (RenameResourceAction line 304) is alerted when 
the user clicks on another item or the white space in the nav view. In Linux, 
the FocusListener is not alerted unless focus shifts to another window or view.
Comment 5 Ryan Cooper CLA 2002-02-04 17:19:44 EST
There is no standard behavior for inline editors in Linux, since very few 
applications in Linux have them (to my knowledge, only the Nautilus file 
explorer does), so the current behavior of the inline editor is not breaking 
any conventions or patterns of behavior. 

However, it may be advantageous from a user-expectations point of view to model 
the behavior after the behavior of inline editors in Windows and in the 
Nautilus file explorer. This is a usability issue and will be decided/solved 
later.
Comment 6 Randy Giffen CLA 2002-08-08 11:41:33 EDT
Reopen for investigation
Comment 7 Knut Radloff CLA 2002-09-05 17:31:30 EDT
This actually sounds like a bug to me.
KDE Konqueror file manager works like Windows Explorer and Eclipse resource 
navigator on Windows.
Comment 8 Knut Radloff CLA 2002-09-20 16:16:09 EDT
The text editor does not lose focus on Linux because it is a child of the tree 
widget. If it is a sibling of the tree it does lose focus when the tree is 
clicked. Opened SWT bug 23935 for this.
Comment 9 Knut Radloff CLA 2002-09-20 16:34:03 EDT
Can't work around bug 23935. Will have to wait for it to be fixed.
Comment 10 Knut Radloff CLA 2002-11-10 12:19:29 EST
Verified that SWT fix solves this problem.
Fixed in > 20021108