public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/16744] New: PopupMenus don't show up
@ 2004-07-27  0:28 gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:04 ` [Bug AWT/16744] " fitzsim at redhat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-07-27  0:28 UTC (permalink / raw)
  To: gcc-bugs

PopupMenus do not show up when show() is called.  Initial
investigation shows that the peer is never instantiated.  Acunia's
menu.PopupMenuTest shows demonstrates this problem.
------- Additional Comments From djee at redhat dot com  2004-04-02 11:05 -------
Fixed in java-gui-branch.  Please verify.
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 18:47 -------
Currently I'm getting this failure:

logMessage is called
stripping 'com.acunia.wonka.test.awt.menu.PopupMenuTest' to
'menu.PopupMenuTest'
Trying to load test com.acunia.wonka.test.awt.menu.PopupMenuTest
./vte: relocation error:
/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/lib-gnu-java-awt-peer-gtk.so.6:
undefined symbol: _gtk_accel_group_attach

I'm checking in a temporary fix to java-gui-branch that #ifdef's out
calls to that GTK-private function.

With that hack, the test works.  I think if possible, we should match
GTK's popup behaviour.  With your patch (and in Sun's AWT), the popup
pops up on a mouse release, whereas in GTK it pops up on a mouse press.


-- 
           Summary: PopupMenus don't show up
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P1
         Component: AWT
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: djee at redhat dot com
                CC: djee at redhat dot com,gcc-bugs at gcc dot gnu dot org


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


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

* [Bug AWT/16744] PopupMenus don't show up
  2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
@ 2004-07-27  1:04 ` fitzsim at redhat dot com
  2004-07-27  1:38 ` fitzsim at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal
           Priority|P1                          |P2


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


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

* [Bug AWT/16744] PopupMenus don't show up
  2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:04 ` [Bug AWT/16744] " fitzsim at redhat dot com
@ 2004-07-27  1:38 ` fitzsim at redhat dot com
  2004-07-27  1:39 ` fitzsim at redhat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fitzsim at redhat dot com  2004-07-27 01:38 -------
Fixed.


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


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


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

* [Bug AWT/16744] PopupMenus don't show up
  2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:04 ` [Bug AWT/16744] " fitzsim at redhat dot com
  2004-07-27  1:38 ` fitzsim at redhat dot com
@ 2004-07-27  1:39 ` fitzsim at redhat dot com
  2004-07-27  1:40 ` fitzsim at redhat dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fitzsim at redhat dot com  2004-07-27 01:39 -------
Reopening.


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


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


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

* [Bug AWT/16744] PopupMenus don't show up
  2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-07-27  1:39 ` fitzsim at redhat dot com
@ 2004-07-27  1:40 ` fitzsim at redhat dot com
  2004-07-27 14:27 ` djee at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |djee at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-27 01:40:29
               date|                            |


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


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

* [Bug AWT/16744] PopupMenus don't show up
  2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-07-27  1:40 ` fitzsim at redhat dot com
@ 2004-07-27 14:27 ` djee at redhat dot com
  2004-07-27 15:40 ` pinskia at gcc dot gnu dot org
  2004-07-30 19:45 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 9+ messages in thread
From: djee at redhat dot com @ 2004-07-27 14:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From djee at redhat dot com  2004-07-27 14:27 -------
This seems fixed to me.

-- 


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


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

* [Bug AWT/16744] PopupMenus don't show up
  2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-07-27 14:27 ` djee at redhat dot com
@ 2004-07-27 15:40 ` pinskia at gcc dot gnu dot org
  2004-07-30 19:45 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-27 15:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-27 15:40 -------
Fixed so closing.

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


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


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

* [Bug AWT/16744] PopupMenus don't show up
  2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-07-27 15:40 ` pinskia at gcc dot gnu dot org
@ 2004-07-30 19:45 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-30 19:45 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug awt/16744] PopupMenus don't show up
       [not found] <bug-16744-8724@http.gcc.gnu.org/bugzilla/>
@ 2005-10-16  1:56 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-16  1:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |pre-0.18


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


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

end of thread, other threads:[~2005-10-16  1:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-27  0:28 [Bug AWT/16744] New: PopupMenus don't show up gcc-bugzilla at gcc dot gnu dot org
2004-07-27  1:04 ` [Bug AWT/16744] " fitzsim at redhat dot com
2004-07-27  1:38 ` fitzsim at redhat dot com
2004-07-27  1:39 ` fitzsim at redhat dot com
2004-07-27  1:40 ` fitzsim at redhat dot com
2004-07-27 14:27 ` djee at redhat dot com
2004-07-27 15:40 ` pinskia at gcc dot gnu dot org
2004-07-30 19:45 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16744-8724@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:56 ` [Bug awt/16744] " 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).