-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
7
-
generic
-
os_x
http://java.net/jira/browse/MACOSX_PORT-151 submitted 2011/07/07 by Yuri Nesterenko
Run an attached minimal example of an editable JTree. As of Hudson b270, you will see some assorted issues with the control: by default, in Aqua, there's nothing but alignment to represent tree structure; a selected node is white on white and thus invisible.
Try to edit a node. It will become editable not immediately but with some delay, and fortunately it IS visible. Select a part of text.
Now, in JTextComponent Ctrl+<span class="error">[CVX]</span> does work for the cut/paste, in macosx port as well as in jdk 6. However, in the JTree default editor, it doesn't work at all.
Command+<span class="error">[CVX]</span> kind of works but in addition to the regular clipboard functions, Cmd+C does replace selected text with "c", and Cmd+V does paste selected text with addition of "v".
Run an attached minimal example of an editable JTree. As of Hudson b270, you will see some assorted issues with the control: by default, in Aqua, there's nothing but alignment to represent tree structure; a selected node is white on white and thus invisible.
Try to edit a node. It will become editable not immediately but with some delay, and fortunately it IS visible. Select a part of text.
Now, in JTextComponent Ctrl+<span class="error">[CVX]</span> does work for the cut/paste, in macosx port as well as in jdk 6. However, in the JTree default editor, it doesn't work at all.
Command+<span class="error">[CVX]</span> kind of works but in addition to the regular clipboard functions, Cmd+C does replace selected text with "c", and Cmd+V does paste selected text with addition of "v".