[cp-patches] FYI: Container fixlet

2006-09-27 Thread Roman Kennke
We must activate newEventsOnly when a ContainerListener is added to a Container, in order to get ContainerEvents dispatched properly. This fixes a Mauve regression. 2006-09-27 Roman Kennke [EMAIL PROTECTED] * java/awt/Container.java (addContainerListener): Activate

[cp-patches] FYI: Container fixlet

2006-01-09 Thread Roman Kennke
Hi there, while debugging an application, I found out that Container.remove() must not trigger a repaint(). I removed the repaint() call. 2006-01-09 Roman Kennke [EMAIL PROTECTED] * java/awt/Container.java (remove): Don't repaint the container here. /Roman Index:

[cp-patches] FYI: Container fixlet

2005-12-06 Thread Roman Kennke
Mark pointed out that my fix from 2005-11-17 Roman Kennke [EMAIL PROTECTED] * java/awt/Container.java (Container): Added comment. (remove): Only call removeNotify if removed component is still showing. (paintComponents): Call paint() instead of

Re: [cp-patches] FYI: Container fixlet

2005-12-06 Thread Roman Kennke
Hi Mark, Am Dienstag, den 06.12.2005, 18:49 +0100 schrieb Mark Wielaard: Hi Roman, On Tue, 2005-12-06 at 16:25 +, Roman Kennke wrote: 2005-12-06 Roman Kennke [EMAIL PROTECTED] PR classpath/25256 * java/awt/Container.java

Re: [cp-patches] FYI: Container fixlet

2005-12-06 Thread Mark Wielaard
[Sorry for the duplicate message, trouble with my primary email account] Hi Roman, On Tue, 2005-12-06 at 16:25 +, Roman Kennke wrote: 2005-12-06 Roman Kennke [EMAIL PROTECTED] PR classpath/25256 * java/awt/Container.java

[cp-patches] FYI: Container fixlet

2005-07-25 Thread Anthony Balkissoon
This patch fixes a typo in Container.java that was causing an array out of bounds exception with calls to setFocusedTraversalKeys. Patch attached. 2005-07-25 Anthony Balkissoon [EMAIL PROTECTED] * java/awt/Container.java: (setFocusTraversalKeys): Instantiate focusTraversalKeys to an array of