This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect
- 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:07 -0000
- Subject: [Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
In the Acunia test suite, in IAA.ChangeUserSim test, when you click on
a user name, a window will popup with the selected user name and an
"OK" button. However, the window's size is wrong, since the button
doesn't fit completely inside the window.
This could be a font size problem.
------- Additional Comments From fitzsim at redhat dot com 2004-05-25 14:31 -------
Yes, this is most likely a font size problem. In fact, there are
problems all through our AWT implementation with font sizes. We'd
been assuming that Pango works with pixel sizes; instead, it works
with point sizes, so the DPI of the monitor must be factored into
(pixel-based) AWT size requests.
I have a patch for this -- it's at home with my AWT 1.0 event model
work -- that I'll check in later.
--
Summary: IAA.ChangeUserSim: Popup Window's Size Is Incorrect
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=16754