public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug SWING/16495] New: Timers are not firing actionevents
@ 2004-07-12 13:18 kho at redhat dot com
  2004-07-12 13:19 ` [Bug SWING/16495] " kho at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kho at redhat dot com @ 2004-07-12 13:18 UTC (permalink / raw)
  To: gcc-bugs

Timers are not firing actionevents to their listeners. Try out the attached test
case.

Sliders, scrollbars, and progressbars are all broken, but they seem to be caused
by this bug. Need to verify that they work afterwards.

-- 
           Summary: Timers are not firing actionevents
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: SWING
        AssignedTo: graydon at redhat dot com
        ReportedBy: kho at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug SWING/16495] Timers are not firing actionevents
  2004-07-12 13:18 [Bug SWING/16495] New: Timers are not firing actionevents kho at redhat dot com
@ 2004-07-12 13:19 ` kho at redhat dot com
  2004-07-12 17:36 ` graydon at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kho at redhat dot com @ 2004-07-12 13:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kho at redhat dot com  2004-07-12 13:19 -------
Created an attachment (id=6729)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6729&action=view)
Test case

The frame has no effect on the test case. just used it to block.

-- 


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


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

* [Bug SWING/16495] Timers are not firing actionevents
  2004-07-12 13:18 [Bug SWING/16495] New: Timers are not firing actionevents kho at redhat dot com
  2004-07-12 13:19 ` [Bug SWING/16495] " kho at redhat dot com
@ 2004-07-12 17:36 ` graydon at redhat dot com
  2004-07-12 19:39 ` kho at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: graydon at redhat dot com @ 2004-07-12 17:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From graydon at redhat dot com  2004-07-12 17:35 -------
fixed in java-gui-branch, please confirm and close.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug SWING/16495] Timers are not firing actionevents
  2004-07-12 13:18 [Bug SWING/16495] New: Timers are not firing actionevents kho at redhat dot com
  2004-07-12 13:19 ` [Bug SWING/16495] " kho at redhat dot com
  2004-07-12 17:36 ` graydon at redhat dot com
@ 2004-07-12 19:39 ` kho at redhat dot com
  2004-07-12 19:42 ` kho at redhat dot com
  2004-07-13 16:51 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kho at redhat dot com @ 2004-07-12 19:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kho at redhat dot com  2004-07-12 19:39 -------
verified. slider, progressbar, and scrollbar all work now.

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


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


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

* [Bug SWING/16495] Timers are not firing actionevents
  2004-07-12 13:18 [Bug SWING/16495] New: Timers are not firing actionevents kho at redhat dot com
                   ` (2 preceding siblings ...)
  2004-07-12 19:39 ` kho at redhat dot com
@ 2004-07-12 19:42 ` kho at redhat dot com
  2004-07-13 16:51 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kho at redhat dot com @ 2004-07-12 19:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kho at redhat dot com  2004-07-12 19:42 -------
err.. last comment should have marked it fixed. this one is for verifying it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


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


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

* [Bug SWING/16495] Timers are not firing actionevents
  2004-07-12 13:18 [Bug SWING/16495] New: Timers are not firing actionevents kho at redhat dot com
                   ` (3 preceding siblings ...)
  2004-07-12 19:42 ` kho at redhat dot com
@ 2004-07-13 16:51 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-13 16:51 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2004-07-13 16:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-12 13:18 [Bug SWING/16495] New: Timers are not firing actionevents kho at redhat dot com
2004-07-12 13:19 ` [Bug SWING/16495] " kho at redhat dot com
2004-07-12 17:36 ` graydon at redhat dot com
2004-07-12 19:39 ` kho at redhat dot com
2004-07-12 19:42 ` kho at redhat dot com
2004-07-13 16:51 ` 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).