public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect
@ 2004-07-27  0:39 gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:04 ` [Bug AWT/16754] " fitzsim at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-07-27  0:39 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug AWT/16754] IAA.ChangeUserSim: Popup Window's Size Is Incorrect
  2004-07-27  0:39 [Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect gcc-bugzilla at gcc dot gnu dot org
@ 2004-07-27  1:04 ` fitzsim at redhat dot com
  2004-07-27  1:52 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal
           Priority|P1                          |P2


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


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

* [Bug AWT/16754] IAA.ChangeUserSim: Popup Window's Size Is Incorrect
  2004-07-27  0:39 [Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:04 ` [Bug AWT/16754] " fitzsim at redhat dot com
@ 2004-07-27  1:52 ` fitzsim at redhat dot com
  2004-07-27  1:52 ` fitzsim at redhat dot com
  2004-07-30 19:47 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:52 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fitzsim at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-27 01:52:04
               date|                            |


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


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

* [Bug AWT/16754] IAA.ChangeUserSim: Popup Window's Size Is Incorrect
  2004-07-27  0:39 [Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:04 ` [Bug AWT/16754] " fitzsim at redhat dot com
  2004-07-27  1:52 ` fitzsim at redhat dot com
@ 2004-07-27  1:52 ` fitzsim at redhat dot com
  2004-07-30 19:47 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fitzsim at redhat dot com  2004-07-27 01:52 -------
Fixed on java-gui-branch.


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


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


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

* [Bug AWT/16754] IAA.ChangeUserSim: Popup Window's Size Is Incorrect
  2004-07-27  0:39 [Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-07-27  1:52 ` fitzsim at redhat dot com
@ 2004-07-30 19:47 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-30 19:47 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2004-07-30 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-27  0:39 [Bug AWT/16754] New: IAA.ChangeUserSim: Popup Window's Size Is Incorrect gcc-bugzilla at gcc dot gnu dot org
2004-07-27  1:04 ` [Bug AWT/16754] " fitzsim at redhat dot com
2004-07-27  1:52 ` fitzsim at redhat dot com
2004-07-27  1:52 ` fitzsim at redhat dot com
2004-07-30 19:47 ` 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).