Re: [cp-patches] FYI: JTree keyboard handling fix

2006-08-09 Thread Raif S. Naffah
hello Mark, On Wednesday 09 August 2006 08:29, Mark Wielaard wrote: > ... > This are most likely last only code changes on the release branch. I am > looking at the BigInteger fixes from Raif, but those haven't hit CVS > yet. these, and the ResourceBundle one, can wait until the next release. tw

Re: [cp-patches] FYI: JTree keyboard handling fix

2006-08-08 Thread Mark Wielaard
Hi Roman, On Tue, 2006-08-08 at 14:10 +0200, Roman Kennke wrote: > This fixes a regression in BasicTreeUI and reenables keyboard handling > for JTree. Thanks again for this regression fix. Added together with the focus request patches for list and table to the release and generics branch. This

[cp-patches] FYI: JTree keyboard handling fix

2006-08-08 Thread Roman Kennke
This fixes a regression in BasicTreeUI and reenables keyboard handling for JTree. - The BasicTreeUI must requestFocus() on the JTree when a mouse click occurs. Lightweight components are no longer requestFocus()ed automatically. - The BasicMenuBarUI must store its ActionMap in MenuBar.actionMap