bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/28061] New: JTree issues and regressions


From: hendrich at informatik dot uni-hamburg dot de
Subject: [Bug swing/28061] New: JTree issues and regressions
Date: 16 Jun 2006 14:46:37 -0000

At the moment, the state of JTree is much worse than some time ago...
Run the free swing demo and select "tree demo".


1. clicking on the "switches" does nothing. It should expand/collapse the
   corresponding subtree.

2. double-clicking an intermediate node correctly expands its subtree,
   but double-clicking again does not collapse the subtree. As a result 
   of 1. and 2., we can never collapse a subtree again.

3. clicking the text label a node correctly selects that node, but double-
   clicking the label of an node does nothing. The reference implementation
   expands/collapses the subtree of an intermediate node (and users will
   expect this).

4. The JTree ignores the cursor-key navigation: cursor-up and -down should
   move one node up and down, cursor-right and cursor-left on an intermediate
   node should expand/collapse the subtree. This was working sometime ago.

5. doesn't look that nice (switches just ugly, a little too much spacing).

6. scrollPathToVisible( treepath ) does not work.

I also attach the first version of a class, whose more polished version
might make it into the free swing demo later on... JTree on the left,
with lots of nodes in it (repainting slow because of the JTextArea).


-- 
           Summary: JTree issues and regressions
           Product: classpath
           Version: 0.92
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: swing
        AssignedTo: roman at kennke dot org
        ReportedBy: hendrich at informatik dot uni-hamburg dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28061





reply via email to

[Prev in Thread] Current Thread [Next in Thread]