public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/22163] New: scrollbars appear and disappear
@ 2005-06-23 14:24 tromey at gcc dot gnu dot org
  2005-07-20 19:56 ` [Bug AWT/22163] " fitzsim at redhat dot com
  0 siblings, 1 reply; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-23 14:24 UTC (permalink / raw)
  To: gcc-bugs

I can see this with this chess game:

./gcjappletviewer http://www.chessgames.com/perl/chessgame?gid=1044316

Advance to white's first move, so that there is text in the area
below the board.  Now move your mouse slowly off the bottom edge
(or right edge) of the text area.  You'll see a scrollbar appear
briefly and then disappear.

-- 
           Summary: scrollbars appear and disappear
           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=22163


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

* [Bug AWT/22163] scrollbars appear and disappear
  2005-06-23 14:24 [Bug AWT/22163] New: scrollbars appear and disappear tromey at gcc dot gnu dot org
@ 2005-07-20 19:56 ` fitzsim at redhat dot com
  0 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-07-20 19:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-20 19:53:06
               date|                            |


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


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

* [Bug awt/22163] scrollbars appear and disappear
       [not found] <bug-22163-360@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-03-09 22:09 ` langel at redhat dot com
@ 2006-04-27 11:32 ` gnu_andrew at member dot fsf dot org
  3 siblings, 0 replies; 6+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2006-04-27 11:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.91


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


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

* [Bug awt/22163] scrollbars appear and disappear
       [not found] <bug-22163-360@http.gcc.gnu.org/bugzilla/>
  2006-03-08 20:51 ` [Bug awt/22163] " langel at redhat dot com
  2006-03-08 22:18 ` langel at redhat dot com
@ 2006-03-09 22:09 ` langel at redhat dot com
  2006-04-27 11:32 ` gnu_andrew at member dot fsf dot org
  3 siblings, 0 replies; 6+ messages in thread
From: langel at redhat dot com @ 2006-03-09 22:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from langel at redhat dot com  2006-03-09 22:09 -------
Fixed.
most widgets are fixed accordingly. I will be fixing the rest and creating
mauve tests for all AWT widgets.


-- 

langel at redhat dot com changed:

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


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


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

* [Bug awt/22163] scrollbars appear and disappear
       [not found] <bug-22163-360@http.gcc.gnu.org/bugzilla/>
  2006-03-08 20:51 ` [Bug awt/22163] " langel at redhat dot com
@ 2006-03-08 22:18 ` langel at redhat dot com
  2006-03-09 22:09 ` langel at redhat dot com
  2006-04-27 11:32 ` gnu_andrew at member dot fsf dot org
  3 siblings, 0 replies; 6+ messages in thread
From: langel at redhat dot com @ 2006-03-08 22:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from langel at redhat dot com  2006-03-08 22:18 -------
Created an attachment (id=10998)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10998&action=view)
problem is caused because of the drawImage call in paint. updated test case


-- 


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


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

* [Bug awt/22163] scrollbars appear and disappear
       [not found] <bug-22163-360@http.gcc.gnu.org/bugzilla/>
@ 2006-03-08 20:51 ` langel at redhat dot com
  2006-03-08 22:18 ` langel at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: langel at redhat dot com @ 2006-03-08 20:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from langel at redhat dot com  2006-03-08 20:51 -------
Created an attachment (id=10995)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10995&action=view)
roll mouse over text area and choice box


-- 


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


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

end of thread, other threads:[~2006-04-27 11:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-23 14:24 [Bug AWT/22163] New: scrollbars appear and disappear tromey at gcc dot gnu dot org
2005-07-20 19:56 ` [Bug AWT/22163] " fitzsim at redhat dot com
     [not found] <bug-22163-360@http.gcc.gnu.org/bugzilla/>
2006-03-08 20:51 ` [Bug awt/22163] " langel at redhat dot com
2006-03-08 22:18 ` langel at redhat dot com
2006-03-09 22:09 ` langel at redhat dot com
2006-04-27 11:32 ` 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).