classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] patch for approval fixes bug #23006


From: Anthony Balkissoon
Subject: Re: [cp-patches] patch for approval fixes bug #23006
Date: Wed, 14 Sep 2005 13:17:39 -0400

This patch was inappropriate.  The appropriate changes should be made in
JTextArea.  I've attached the new patch and will check it in and the
Mauve test case.

2005-09-14  Anthony Balkissoon  <address@hidden>

        * javax/swing/JTextArea.java:
        (append): After non-empty append, invalidate.
        (setRows): If number of rows changes, invalidate.
        (setColumns): If number of columns changes, invalidate.

--Tony

On Tue, 2005-09-13 at 16:57 -0400, Anthony Balkissoon wrote:
> My mail server isn't being friendly, sorry if this arrives more than
> once.
> 
> To account for peers' size requirements, Components should be
> invalidated before they are first shown on the screen.  This patch calls
> invalidateTree() when a Window is first shown.
> 
> This fixes bug #23006.
> 
> Patch is pending approval.  Patch is attached.
> 
> 2005-09-13  Anthony Balkissoon  <address@hidden>
> 
>         * java/awt/Window.java:
>         (show): Added call to invalidateTree().  If this is the first
> time the 
>         Window is being shown, its Components should be invalidated, to 
>         account for peers' size requirements.
> 
> --Tony
> 
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

Attachment: JTextAreaInvalidate.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]