This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug AWT/16753] New: BorderLayout height calculation is buggy


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]