Re: [cp-patches] FYI: JComboBox fixes

2007-01-07 Thread Roman Kennke
Hi Mark, > On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote: > > This fixes one weird NPE (see associated bug report) and I also cleaned > > up some inconsistencies that I came over and some warnings that Eclipse > > came over :-) > > > > 2007-01-06 Roman Kennke <[EMAIL PROTECTED]> > > >

Re: [cp-patches] FYI: JComboBox fixes

2007-01-07 Thread Mark Wielaard
Hi Roman, On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote: > This fixes one weird NPE (see associated bug report) and I also cleaned > up some inconsistencies that I came over and some warnings that Eclipse > came over :-) > > 2007-01-06 Roman Kennke <[EMAIL PROTECTED]> > > PR 3033

[cp-patches] FYI: JComboBox fixes

2007-01-06 Thread Roman Kennke
This fixes one weird NPE (see associated bug report) and I also cleaned up some inconsistencies that I came over and some warnings that Eclipse came over :-) 2007-01-06 Roman Kennke <[EMAIL PROTECTED]> PR 30337 * javax/swing/plaf/basic/BasicComboBoxUI.java (installUI): I

[cp-patches] FYI: JComboBox fixes

2005-12-19 Thread Roman Kennke
The JComboBox has been broken due to some focus related issues. This is now fixed. 2005-12-19 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicComboBoxUI.java (installListeners): Install focus listener only on editor. (configureArrowButton): Make arrow butt

[cp-patches] FYI: JComboBox fixes

2005-10-18 Thread David Gilbert
This patch fixes some failing Mauve tests: 2005-10-18 David Gilbert <[EMAIL PROTECTED]> * javax/swing/JComboBox.java (setModel): update the selectedItemReminder field, (selectedItemChanged): only send ItemEvent.SELECTED event if the new selection is non-null. R