public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/21598] New: rendering problem with button text
@ 2005-05-16  1:21 tromey at gcc dot gnu dot org
  2005-05-22 16:26 ` [Bug AWT/21598] " tromey at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-05-16  1:21 UTC (permalink / raw)
  To: java-prs

I'm using the applet here:
http://www.chessgames.com/perl/chessgame?gid=1069669
with gcjappletviewer.
(As of this writing I needed a patch to make this work at all,
see the classpath-patches list.)

In this applet, there are some buttons whose text is cut in half.
This happens for all the buttons with text on them.

-- 
           Summary: rendering problem with button text
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug AWT/21598] rendering problem with button text
  2005-05-16  1:21 [Bug AWT/21598] New: rendering problem with button text tromey at gcc dot gnu dot org
@ 2005-05-22 16:26 ` tromey at gcc dot gnu dot org
  2005-05-25  1:57 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-05-22 16:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-05-22 16:26 -------
I think the problem here is that the applet calls
setBounds on the buttons in question.  But maybe this is
valid as it explicitly asks for a certain size font?
FWIW the contents of the buttons do look off-center vertically.


-- 


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


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

* [Bug AWT/21598] rendering problem with button text
  2005-05-16  1:21 [Bug AWT/21598] New: rendering problem with button text tromey at gcc dot gnu dot org
  2005-05-22 16:26 ` [Bug AWT/21598] " tromey at gcc dot gnu dot org
@ 2005-05-25  1:57 ` fitzsim at redhat dot com
  2005-09-07  4:21 ` [Bug awt/21598] " fitzsim at redhat dot com
  2005-09-07 15:48 ` fitzsim at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-05-25  1:57 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-25 01:57:19
               date|                            |


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


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

* [Bug awt/21598] rendering problem with button text
  2005-05-16  1:21 [Bug AWT/21598] New: rendering problem with button text tromey at gcc dot gnu dot org
  2005-05-22 16:26 ` [Bug AWT/21598] " tromey at gcc dot gnu dot org
  2005-05-25  1:57 ` fitzsim at redhat dot com
@ 2005-09-07  4:21 ` fitzsim at redhat dot com
  2005-09-07 15:48 ` fitzsim at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-09-07  4:21 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-09-07 04:09 -------
This is actually a GTK bug; a GtkButton doesn't center its child vertically when
the child's size requisition exceeds its size allocation.  I'm going to write a
GTK test case and submit a bug report and patch.


-- 


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


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

* [Bug awt/21598] rendering problem with button text
  2005-05-16  1:21 [Bug AWT/21598] New: rendering problem with button text tromey at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-09-07  4:21 ` [Bug awt/21598] " fitzsim at redhat dot com
@ 2005-09-07 15:48 ` fitzsim at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-09-07 15:48 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-09-07 15:48 -------
I filed a bug against GTK:

http://bugzilla.gnome.org/show_bug.cgi?id=315462


-- 


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


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

* [Bug awt/21598] rendering problem with button text
       [not found] <bug-21598-360@http.gcc.gnu.org/bugzilla/>
@ 2008-02-17 19:44 ` gnu_andrew at member dot fsf dot org
  0 siblings, 0 replies; 6+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-02-17 19:44 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from gnu_andrew at member dot fsf dot org  2008-02-17 19:44 -------
No feedback on this bug from the Gtk+ developers still...


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

end of thread, other threads:[~2008-02-17 19:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-16  1:21 [Bug AWT/21598] New: rendering problem with button text tromey at gcc dot gnu dot org
2005-05-22 16:26 ` [Bug AWT/21598] " tromey at gcc dot gnu dot org
2005-05-25  1:57 ` fitzsim at redhat dot com
2005-09-07  4:21 ` [Bug awt/21598] " fitzsim at redhat dot com
2005-09-07 15:48 ` fitzsim at redhat dot com
     [not found] <bug-21598-360@http.gcc.gnu.org/bugzilla/>
2008-02-17 19:44 ` gnu_andrew at member dot fsf 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).