public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed
@ 2004-07-27  0:28 gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:02 ` [Bug AWT/16734] " fitzsim at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-07-27  0:28 UTC (permalink / raw)
  To: gcc-bugs

In Acunia's layout.CardLayoutRemove2 test, after the first card is
removed, the next card is not shown.  When a card is removed, the next
card should be drawn.
------- Additional Comments From djee at redhat dot com  2004-02-18 14:48 -------
Fixed in java-gui-branch. Please verify.
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 17:02 -------
This doesn't seem to be fixed.  I either get:

Exception in thread "REMOVER THREAD" java.lang.NullPointerException
   at java.awt.CardLayout.gotoComponent(java.awt.Container, int)
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/lib-java-aw
t.so.0.0.0)
   at java.awt.CardLayout.next(java.awt.Container)
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/lib-java-awt.so.0.0.0)
   at java.awt.CardLayout.removeLayoutComponent(java.awt.Component)
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/lib-java
-awt.so.0.0.0)
   at java.awt.Container.remove(int)
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/lib-java-awt.so.0.0.0)
   at java.awt.Container.remove(java.awt.Component)
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/lib-java-awt.so.0.0.0)
   at
com.acunia.wonka.test.awt.layout.CardLayoutRemove2$PanelRemover.run()
(/to/scratch/fitzsim/sources/gcj-src/wonka/com/ac
unia/wonka/test/awt/layout/CardLayoutRemove2.java:96)
   at java.lang.Thread.run()
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/libgcj.so.6.0.0)
   at _Jv_ThreadRun(java.lang.Thread)
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/libgcj.so.6.0.0)
   at GC_start_routine
(/notnfs/gcj-bld/i686-pc-linux-gnu/libjava/.libs/libgcj.so.6.0.0)
   at __clone (/lib/tls/libc-2.3.2.so)


or worse,

Exception in thread "REMOVER THREAD" 
(:18715): GLib-GObject-WARNING **: invalid uninstantiatable type
`<unknown>' in cast to `GtkWidget'
xargs: ./vte: terminated by signal 6

------- Additional Comments From djee at redhat dot com  2004-05-18 17:11 -------
Yes, I'm certain that this test was working after I put in my fix. 
But obviously something else has broken it.  I'll look into it.
------- Additional Comments From djee at redhat dot com  2004-05-25 12:47 -------
The problem was in Container's remove() method, where the component's
parent was being set to null too early.  This is now fixed in the
java-gui-branch.  Please verify.
------- Additional Comments From fitzsim at redhat dot com  2004-05-26 17:27 -------
Verified fixed on java-gui-branch.


-- 
           Summary: CardLayout: next card not drawn after current card is
                    removed
           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=16734


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

* [Bug AWT/16734] CardLayout: next card not drawn after current card is removed
  2004-07-27  0:28 [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed gcc-bugzilla at gcc dot gnu dot org
@ 2004-07-27  1:02 ` fitzsim at redhat dot com
  2004-07-27  1:27 ` fitzsim at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:02 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug AWT/16734] CardLayout: next card not drawn after current card is removed
  2004-07-27  0:28 [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:02 ` [Bug AWT/16734] " fitzsim at redhat dot com
@ 2004-07-27  1:27 ` fitzsim at redhat dot com
  2004-07-27  1:31 ` fitzsim at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:27 UTC (permalink / raw)
  To: gcc-bugs


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


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


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


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

* [Bug AWT/16734] CardLayout: next card not drawn after current card is removed
  2004-07-27  0:28 [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:02 ` [Bug AWT/16734] " fitzsim at redhat dot com
  2004-07-27  1:27 ` fitzsim at redhat dot com
@ 2004-07-27  1:31 ` fitzsim at redhat dot com
  2004-07-27  1:32 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fitzsim at redhat dot com  2004-07-27 01:31 -------
Need to reassign.


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


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


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

* [Bug AWT/16734] CardLayout: next card not drawn after current card is removed
  2004-07-27  0:28 [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-07-27  1:32 ` fitzsim at redhat dot com
@ 2004-07-27  1:32 ` fitzsim at redhat dot com
  2004-07-30 19:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:32 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:32:12
               date|                            |


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


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

* [Bug AWT/16734] CardLayout: next card not drawn after current card is removed
  2004-07-27  0:28 [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-07-27  1:31 ` fitzsim at redhat dot com
@ 2004-07-27  1:32 ` fitzsim at redhat dot com
  2004-07-27  1:32 ` fitzsim at redhat dot com
  2004-07-30 19:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:32 UTC (permalink / raw)
  To: gcc-bugs


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


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


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


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

* [Bug AWT/16734] CardLayout: next card not drawn after current card is removed
  2004-07-27  0:28 [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-07-27  1:32 ` fitzsim at redhat dot com
@ 2004-07-30 19:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-30 19:44 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug awt/16734] CardLayout: next card not drawn after current card is removed
       [not found] <bug-16734-8724@http.gcc.gnu.org/bugzilla/>
@ 2005-10-16  1:56 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 8+ 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=16734


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-27  0:28 [Bug AWT/16734] New: CardLayout: next card not drawn after current card is removed gcc-bugzilla at gcc dot gnu dot org
2004-07-27  1:02 ` [Bug AWT/16734] " fitzsim at redhat dot com
2004-07-27  1:27 ` fitzsim at redhat dot com
2004-07-27  1:31 ` fitzsim at redhat dot com
2004-07-27  1:32 ` fitzsim at redhat dot com
2004-07-27  1:32 ` fitzsim at redhat dot com
2004-07-30 19:44 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16734-8724@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:56 ` [Bug awt/16734] " 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).