Hi,

On Fri, 2005-09-02 at 00:20 +0200, Mark Wielaard wrote:
> Running the Mauve testsuite (CVS) in preparation of 0.18:
>
> With the following regressions:
>
> +FAIL: gnu.testlet.javax.swing.tree.DefaultTreeSelectionModel.constructor: 
> getSelectionMode() (number 1)

This one is caused by:

2005-08-18  Lillian Angel  <[EMAIL PROTECTED]>

    * javax/swing/DefaultCellEditor.java
    (getTreeCellEditorComponent): Implemented.
    * javax/swing/plaf/basic/BasicTreeUI.java
    (isEditing): Implemented.
    (mouseClicked): Moved code to mousePressed
    (mousePressed): Code moved here from mouseClicked and
    added in code to stop editing.
    (selectPath): Default is changed to CONTIGUOUS_TREE_SELECTION
    * javax/swing/tree/DefaultTreeSelectionModel.java
    (DefaultTreeSelectionModel): Default is changed to 
CONTIGUOUS_TREE_SELECTION.

According to my big Swing book the mauve test is right. The Default
value of the selectionMode property is DISCONTIGUOUS_TREE_SELECTION.

Lillian could you look into this and possible revert the default value?

Thanks,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to