This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16753] New: BorderLayout height calculation is buggy
- From: "gcc-bugzilla at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2004 00:39:06 -0000
- Subject: [Bug AWT/16753] New: BorderLayout height calculation is buggy
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
In the Acunia test suite, in IAA.ScrollableContainerTest, if you try
to resize the toplevel window, the components' layout does not get
reset correctly, such that certain components longer fit inside the
visible area of the toplevel Window.
------- Additional Comments From djee at redhat dot com 2004-05-26 15:21 -------
The problem lies in BorderLayout. One of my earlier patches that
tried to fix component height calculation had a bug in it. I'll be
committing a patch soon.
------- Additional Comments From djee at redhat dot com 2004-05-26 15:23 -------
Updating bug summary.
------- Additional Comments From djee at redhat dot com 2004-05-26 15:54 -------
This is now fixed in java-gui-branch. Please verify with
IAA.ScrollableContainerTest.
------- Additional Comments From fitzsim at redhat dot com 2004-05-26 16:16 -------
Verified fixed on java-gui-branch.
--
Summary: BorderLayout height calculation is buggy
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: AWT
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: djee 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=16753