public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/17782] New: KeyboardFocusManagers should be partitioned by ClassLoader
@ 2004-10-01 20:23 fitzsim at redhat dot com
  2004-10-01 20:25 ` [Bug AWT/17782] " fitzsim at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: fitzsim at redhat dot com @ 2004-10-01 20:23 UTC (permalink / raw)
  To: java-prs

Currently, KeyboardFocusManagers are partitioned by ThreadGroup.  The attached
test case shows that this behaviour is different from Sun's implementation.

We'll need to change all places in KeyboardFocusManager where we retrieve the
current thread group to retrieve the current ClassLoader, and we'll need to key
currentKeyboardFocusManagers on ClassLoaders.

-- 
           Summary: KeyboardFocusManagers should be partitioned by
                    ClassLoader
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: fitzsim at redhat dot com
                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=17782


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

* [Bug AWT/17782] KeyboardFocusManagers should be partitioned by ClassLoader
  2004-10-01 20:23 [Bug AWT/17782] New: KeyboardFocusManagers should be partitioned by ClassLoader fitzsim at redhat dot com
@ 2004-10-01 20:25 ` fitzsim at redhat dot com
  2004-10-01 20:26 ` fitzsim at redhat dot com
  2005-08-24 19:22 ` [Bug awt/17782] " fitzsim at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: fitzsim at redhat dot com @ 2004-10-01 20:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2004-10-01 20:25 -------
Created an attachment (id=7258)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7258&action=view)
Show that keyboard focus managers are not partitioned by ThreadGroup


-- 


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


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

* [Bug AWT/17782] KeyboardFocusManagers should be partitioned by ClassLoader
  2004-10-01 20:23 [Bug AWT/17782] New: KeyboardFocusManagers should be partitioned by ClassLoader fitzsim at redhat dot com
  2004-10-01 20:25 ` [Bug AWT/17782] " fitzsim at redhat dot com
@ 2004-10-01 20:26 ` fitzsim at redhat dot com
  2005-08-24 19:22 ` [Bug awt/17782] " fitzsim at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: fitzsim at redhat dot com @ 2004-10-01 20:26 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-01 20:26:14
               date|                            |


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


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

* [Bug awt/17782] KeyboardFocusManagers should be partitioned by ClassLoader
  2004-10-01 20:23 [Bug AWT/17782] New: KeyboardFocusManagers should be partitioned by ClassLoader fitzsim at redhat dot com
  2004-10-01 20:25 ` [Bug AWT/17782] " fitzsim at redhat dot com
  2004-10-01 20:26 ` fitzsim at redhat dot com
@ 2005-08-24 19:22 ` fitzsim at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-24 19:22 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3


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


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

* [Bug awt/17782] KeyboardFocusManagers should be partitioned by ClassLoader
       [not found] <bug-17782-8711@http.gcc.gnu.org/bugzilla/>
@ 2008-02-17 18:51 ` gnu_andrew at member dot fsf dot org
  0 siblings, 0 replies; 5+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2008-02-17 18:51 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from gnu_andrew at member dot fsf dot org  2008-02-17 18:51 -------
This is still present.  CACAO + Classpath CVS HEAD gives:

java.lang.ThreadGroup[name=main,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@579300
java.lang.ThreadGroup[name=kfm-thread-group-1,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@579240
java.lang.ThreadGroup[name=main,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@579300
java.lang.ThreadGroup[name=kfm-thread-group-2,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@579180

while Sun gives:

java.lang.ThreadGroup[name=main,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@10b4b2f
java.lang.ThreadGroup[name=kfm-thread-group-1,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@18a7efd
java.lang.ThreadGroup[name=main,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@18a7efd
java.lang.ThreadGroup[name=kfm-thread-group-2,maxpri=10]:
java.awt.DefaultKeyboardFocusManager@18a7efd


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|fitzsim at redhat dot com   |gnu_andrew at member dot fsf
                   |                            |dot org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-07-01 04:36:15         |2008-02-17 18:51:29
               date|                            |


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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-01 20:23 [Bug AWT/17782] New: KeyboardFocusManagers should be partitioned by ClassLoader fitzsim at redhat dot com
2004-10-01 20:25 ` [Bug AWT/17782] " fitzsim at redhat dot com
2004-10-01 20:26 ` fitzsim at redhat dot com
2005-08-24 19:22 ` [Bug awt/17782] " fitzsim at redhat dot com
     [not found] <bug-17782-8711@http.gcc.gnu.org/bugzilla/>
2008-02-17 18:51 ` 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).