public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky.
@ 2004-07-14 16:12 kho at redhat dot com
  2004-07-14 16:13 ` [Bug SWING/16540] " kho at redhat dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: kho at redhat dot com @ 2004-07-14 16:12 UTC (permalink / raw)
  To: gcc-bugs

The glasspane is not supposed to (according to attached test case) intercept
mouse events if no mouse listeners are attached.

The current implementation intercepts (redirects MouseEvents to the glasspane)
regardless of whether any mouse listeners are attached.

-- 
           Summary: GlassPane intercepting of MouseEvents flaky.
           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=16540


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

* [Bug SWING/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
@ 2004-07-14 16:13 ` kho at redhat dot com
  2004-07-29 17:56 ` kho at redhat dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kho at redhat dot com @ 2004-07-14 16:13 UTC (permalink / raw)
  To: gcc-bugs


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


-- 


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


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

* [Bug SWING/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
  2004-07-14 16:13 ` [Bug SWING/16540] " kho at redhat dot com
@ 2004-07-29 17:56 ` kho at redhat dot com
  2004-07-29 19:08 ` kho at redhat dot com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kho at redhat dot com @ 2004-07-29 17:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kho at redhat dot com  2004-07-29 17:56 -------
it's a duplicate

*** This bug has been marked as a duplicate of 16727 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug SWING/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
  2004-07-14 16:13 ` [Bug SWING/16540] " kho at redhat dot com
  2004-07-29 17:56 ` kho at redhat dot com
@ 2004-07-29 19:08 ` kho at redhat dot com
  2004-10-12  4:13 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kho at redhat dot com @ 2004-07-29 19:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kho at redhat dot com  2004-07-29 19:08 -------
Sorry, my mistake. This is related but not a duplicate.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


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


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

* [Bug SWING/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (2 preceding siblings ...)
  2004-07-29 19:08 ` kho at redhat dot com
@ 2004-10-12  4:13 ` pinskia at gcc dot gnu dot org
  2005-08-21  5:08 ` [Bug swing/16540] " fitzsim at redhat dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-12  4:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-12 04:13 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-12 04:13:13
               date|                            |


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (3 preceding siblings ...)
  2004-10-12  4:13 ` pinskia at gcc dot gnu dot org
@ 2005-08-21  5:08 ` fitzsim at redhat dot com
  2005-09-02 19:45 ` abalkiss at redhat dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-21  5:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|graydon at redhat dot com   |langel at redhat dot com
             Status|NEW                         |ASSIGNED


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (4 preceding siblings ...)
  2005-08-21  5:08 ` [Bug swing/16540] " fitzsim at redhat dot com
@ 2005-09-02 19:45 ` abalkiss at redhat dot com
  2005-09-06 20:53 ` abalkiss at redhat dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: abalkiss at redhat dot com @ 2005-09-02 19:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From abalkiss at redhat dot com  2005-09-02 19:45 -------
This bug appears to stem from the implementation method
Container$LightweightDispatcher.acquireComponentForMouseEvent method.  This is
an undocumented implementation method so it will take me a while to fix it while
making sure I don't break something else.

-- 


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (5 preceding siblings ...)
  2005-09-02 19:45 ` abalkiss at redhat dot com
@ 2005-09-06 20:53 ` abalkiss at redhat dot com
  2005-09-08 18:19 ` abalkiss at redhat dot com
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: abalkiss at redhat dot com @ 2005-09-06 20:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From abalkiss at redhat dot com  2005-09-06 20:52 -------
The proposed patch is incorrect, changes should instead be made in JComponent.

-- 


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (6 preceding siblings ...)
  2005-09-06 20:53 ` abalkiss at redhat dot com
@ 2005-09-08 18:19 ` abalkiss at redhat dot com
  2005-09-15 18:06 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: abalkiss at redhat dot com @ 2005-09-08 18:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From abalkiss at redhat dot com  2005-09-08 18:19 -------
This has been fixed.

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


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (7 preceding siblings ...)
  2005-09-08 18:19 ` abalkiss at redhat dot com
@ 2005-09-15 18:06 ` pinskia at gcc dot gnu dot org
  2005-09-20 13:27 ` langel at redhat dot com
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-15 18:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.19


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (8 preceding siblings ...)
  2005-09-15 18:06 ` pinskia at gcc dot gnu dot org
@ 2005-09-20 13:27 ` langel at redhat dot com
  2005-09-20 13:27 ` langel at redhat dot com
  2005-09-20 17:22 ` langel at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: langel at redhat dot com @ 2005-09-20 13:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|abalkiss at redhat dot com  |langel at redhat dot com
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|2005-06-12 23:24:25         |2005-09-20 13:27:18
               date|                            |


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (9 preceding siblings ...)
  2005-09-20 13:27 ` langel at redhat dot com
@ 2005-09-20 13:27 ` langel at redhat dot com
  2005-09-20 17:22 ` langel at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: langel at redhat dot com @ 2005-09-20 13:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From langel at redhat dot com  2005-09-20 13:26 -------
This patch is kind of a problem for tooltips. I am looking into it.

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


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


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

* [Bug swing/16540] GlassPane intercepting of MouseEvents flaky.
  2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
                   ` (10 preceding siblings ...)
  2005-09-20 13:27 ` langel at redhat dot com
@ 2005-09-20 17:22 ` langel at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: langel at redhat dot com @ 2005-09-20 17:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From langel at redhat dot com  2005-09-20 17:22 -------
Closing this bug. Issue mentioned earlier deals with ToolTipManager, fixed.

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


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


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

end of thread, other threads:[~2005-09-20 17:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-14 16:12 [Bug SWING/16540] New: GlassPane intercepting of MouseEvents flaky kho at redhat dot com
2004-07-14 16:13 ` [Bug SWING/16540] " kho at redhat dot com
2004-07-29 17:56 ` kho at redhat dot com
2004-07-29 19:08 ` kho at redhat dot com
2004-10-12  4:13 ` pinskia at gcc dot gnu dot org
2005-08-21  5:08 ` [Bug swing/16540] " fitzsim at redhat dot com
2005-09-02 19:45 ` abalkiss at redhat dot com
2005-09-06 20:53 ` abalkiss at redhat dot com
2005-09-08 18:19 ` abalkiss at redhat dot com
2005-09-15 18:06 ` pinskia at gcc dot gnu dot org
2005-09-20 13:27 ` langel at redhat dot com
2005-09-20 13:27 ` langel at redhat dot com
2005-09-20 17:22 ` langel at redhat dot com

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).