JDK-6231029 : Editing tree should select all text
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux_redhat_9.0
  • CPU: x86
  • Submitted: 2005-02-18
  • Updated: 2010-04-02
  • Resolved: 2005-03-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
1.4.2_09Fixed 6 b28Fixed
Related Reports
Relates :  
Description
When editing in a tree the text of the editor should be selected.
###@###.### 2005-2-18 17:33:54 GMT

Comments
EVALUATION Yes, Windows appears to do this and we've decided to make all look and feels have this logic. When editing is started if the editor component is a JTextField and we don't dispatch any additional events than we'll select all the text. ###@###.### 2005-2-18 17:47:59 GMT
18-02-2005