[cp-patches] FYI: DefaultComboBoxModel fix

2006-10-12 Thread Thomas Fitzsimmons
Hi, I committed this patch to fix a DefaultComboBoxModel problem exposed by a bug in the JBoss installer. I'll commit a corresponding Mauve test shortly. Tom 2006-10-13 Thomas Fitzsimmons <[EMAIL PROTECTED]> * javax/swing/DefaultComboBoxModel.java (setSelectedItem): Sim

[cp-patches] FYI: DefaultComboBoxModel - fix for bug 26951

2006-03-31 Thread David Gilbert
This patch (committed) changes (slightly) our implementation of DefaultComboBoxModel to match some observed behaviours in Sun's implementation - see bug 26951 for details: 2006-03-31 David Gilbert <[EMAIL PROTECTED]> Fixes bug #26951 * javax/swing/DefaultComboBoxModel.java