public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/16252] New: Revalidate() for container with GridBagLayout doesn't work
@ 2004-06-28 20:47 rodimina at redhat dot com
  2004-06-28 21:20 ` [Bug AWT/16252] " rodimina at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: rodimina at redhat dot com @ 2004-06-28 20:47 UTC (permalink / raw)
  To: gcc-bugs

Container using GridBagLayout doesn't rezise itself if size of one of its
components changes (assuming that revalidate() was called).

Below is a test program demonstrating this issue.

-- 
           Summary: Revalidate() for container with GridBagLayout doesn't
                    work
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: rodimina at redhat dot com
                CC: djee at redhat dot com,gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16252


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work
  2004-06-28 20:47 [Bug AWT/16252] New: Revalidate() for container with GridBagLayout doesn't work rodimina at redhat dot com
@ 2004-06-28 21:20 ` rodimina at redhat dot com
  2004-06-28 21:28 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: rodimina at redhat dot com @ 2004-06-28 21:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rodimina at redhat dot com  2004-06-28 20:51 -------
Created an attachment (id=6644)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6644&action=view)
The following test program demonstrates the bug described above.

This program displays 3 buttons in a container which is using GridBagLayout.
When user presses first button, the button's text is changed to a longer label
and container is revalidated & repainted. After this happens, container size
should	be larger, s.t. text of the first button is visible. However this
doesn't happen when using gcj.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16252


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work
  2004-06-28 20:47 [Bug AWT/16252] New: Revalidate() for container with GridBagLayout doesn't work rodimina at redhat dot com
  2004-06-28 21:20 ` [Bug AWT/16252] " rodimina at redhat dot com
@ 2004-06-28 21:28 ` fitzsim at redhat dot com
  2004-07-06 15:44 ` djee at redhat dot com
  2004-07-10  0:30 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2004-06-28 21:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|fitzsim at redhat dot com   |djee at redhat dot com
             Status|UNCONFIRMED                 |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16252


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work
  2004-06-28 20:47 [Bug AWT/16252] New: Revalidate() for container with GridBagLayout doesn't work rodimina at redhat dot com
  2004-06-28 21:20 ` [Bug AWT/16252] " rodimina at redhat dot com
  2004-06-28 21:28 ` fitzsim at redhat dot com
@ 2004-07-06 15:44 ` djee at redhat dot com
  2004-07-10  0:30 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: djee at redhat dot com @ 2004-07-06 15:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From djee at redhat dot com  2004-07-06 15:44 -------
This is fixed in java-gui-branch.  Please verify.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16252


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16252] Revalidate() for container with GridBagLayout doesn't work
  2004-06-28 20:47 [Bug AWT/16252] New: Revalidate() for container with GridBagLayout doesn't work rodimina at redhat dot com
                   ` (2 preceding siblings ...)
  2004-07-06 15:44 ` djee at redhat dot com
@ 2004-07-10  0:30 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-10  0:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16252


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug awt/16252] Revalidate() for container with GridBagLayout doesn't work
       [not found] <bug-16252-8730@http.gcc.gnu.org/bugzilla/>
@ 2005-10-16  1:41 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-16  1:41 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |pre-0.18


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16252


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-10-16  1:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-28 20:47 [Bug AWT/16252] New: Revalidate() for container with GridBagLayout doesn't work rodimina at redhat dot com
2004-06-28 21:20 ` [Bug AWT/16252] " rodimina at redhat dot com
2004-06-28 21:28 ` fitzsim at redhat dot com
2004-07-06 15:44 ` djee at redhat dot com
2004-07-10  0:30 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16252-8730@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:41 ` [Bug awt/16252] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).