This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 33765 - Explorer tree should not go into edit mode if mouse has left explorer
Summary: Explorer tree should not go into edit mode if mouse has left explorer
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2003-05-20 12:00 UTC by _ tboudreau
Modified: 2008-12-22 23:08 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch to abort the editing timer if the mouse moves away from the selection (2.22 KB, patch)
2003-05-20 12:01 UTC, _ tboudreau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2003-05-20 12:00:20 UTC
A number of people have complained about clicking
on explorer 
automatically going into rename-mode simply
because it was single-
clicked.

I'm attaching a patch to cure this behavior - if
the mouse moves
out of the selection rectangle, the timer that
installs the 
inline editor will be aborted.  

The new behavior is be consistent with Windows
Explorer and other
UIs that use click-and-hover to indicate a desire
to rename 
something.
Comment 1 _ tboudreau 2003-05-20 12:01:20 UTC
Created attachment 10345 [details]
Patch to abort the editing timer if the mouse moves away from the selection
Comment 2 mslama 2003-05-20 13:01:19 UTC
IMO it should go to explorer.
Comment 3 Jiri Rechtacek 2003-05-24 13:58:25 UTC
Tim, thanks for patch. I'm going to review it and optionally integrate
to code line.
Comment 4 Jiri Rechtacek 2003-05-26 20:30:45 UTC
Tim's patch was applied in TreeViewCellEditor, rev.1.35. thanks
Comment 5 _ tboudreau 2003-06-16 11:05:09 UTC
Adding SIMPLEFIX keyword - the fix is pretty trivial, and
it makes a long-needed improvement in the inline editor.
Comment 6 Lukas Hasik 2003-09-03 10:55:56 UTC
verified [0309030100]