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/16733] New: Acunia test's message display area not shown


In Acunia test suite, the bottom message display area does not show
anymore.  Not all tests use this message area, but check
Window.WindowUpdate test and you'll see that the display area is not
showing.

This is a regression resulting from the solution for bug #116006.  I'm
quite certain that the fix for #116006 is correct.  I'm investigating
as to why this regression is occurring.
------- Additional Comments From fitzsim at redhat dot com  2004-02-17 15:21 -------
The old GtkCList is being used to implement ListPeer.

I've been working on updating the list code to the new preferred
GtkTreeView widget.

I'll post the patch containing my current progress here tonight (it's
on my home machine).

GtkCList doesn't report the right size at all.  It's size calculation
is currently totally broken.  This is fixed with the GtkTreeView
stuff, so don't spend time retrofitting GtkCList code.

------- Additional Comments From djee at redhat dot com  2004-02-17 15:36 -------
Ah good to know.  I was actually thinking that I might need to replace
the GtkCList code.

I'm reassigning this one back to its owner then.
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 16:51 -------
Fixed on java-gui-branch, now that list update is in.


-- 
           Summary: Acunia test's message display area not shown
           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=16733


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