[commit-cp] [bug #13439] swing: regression with omniscient debugger

2005-06-18 Thread Timo Lindfors
Follow-up Comment #1, bug #13439 (project classpath): This change seems to also reopen bug #13164. ___ Reply to this item at: ___

[commit-cp] [bug #13164] swing: minimumSize not honored by JSplitPane

2005-06-18 Thread Timo Lindfors
Follow-up Comment #5, bug #13164 (project classpath): This bug should be reopened as the textarea is again invisible. Binary searching shows that the textarea is visible with 2005-06-14T21:00:00+ but invisible with 2005-06-14T23:50:00+. This suggests that this bug could be caused by the s

[commit-cp] [bug #13439] swing: regression with omniscient debugger

2005-06-17 Thread Timo Lindfors
URL: Summary: swing: regression with omniscient debugger Project: classpath Submitted by: lindi Submitted on: Fri 06/17/05 at 22:03 Category: classpath

[commit-cp] [bug #13422] swing: javax.swing.table.DefaultTableModel(null, anything) not handed

2005-06-17 Thread Timo Lindfors
Follow-up Comment #3, bug #13422 (project classpath): Ok, maybe there should be some throw UnspecifiedBehavior()? ;-) Current behavior prevents hirudo from running with gnu classpath. I've reported a bug against hirudo at https://sourceforge.net/tracker/index.php?func=detail&aid=1222532&group_i

[commit-cp] [bug #13422] swing: javax.swing.table.DefaultTableModel(null, anything) not handed

2005-06-16 Thread Timo Lindfors
Follow-up Comment #2, bug #13422 (project classpath): Indeed, here's a testcase: import javax.swing.*; import javax.swing.table.DefaultTableModel; public class testcase extends JFrame { public static void main(String[] args) { new testcase(); } public test

[commit-cp] [bug #13422] swing: javax.swing.table.DefaultTableModel(null, anything) not handed

2005-06-16 Thread Timo Lindfors
URL: Summary: swing: javax.swing.table.DefaultTableModel(null, anything) not handed Project: classpath Submitted by: lindi Submitted on: Thu 06/16/05 at 10:52

[commit-cp] [bug #13420] swing: javax.swing.JInternalFrame.setDefaultCloseOperation(EXIT_ON_CLOSE) not handled

2005-06-16 Thread Timo Lindfors
URL: Summary: swing: javax.swing.JInternalFrame.setDefaultCloseOperation(EXIT_ON_CLOSE) not handled Project: classpath Submitted by: lindi Submitted on: Thu 06/16/05 at 09:16

[commit-cp] [bug #13419] swing: JOptionPane.showInputDialog does not show multiple lines

2005-06-16 Thread Timo Lindfors
URL: Summary: swing: JOptionPane.showInputDialog does not show multiple lines Project: classpath Submitted by: lindi Submitted on: Thu 06/16/05 at 08:31 Catego

[commit-cp] [bug #13414] swing: ImageIcon("") throws IllegalArgumentException

2005-06-15 Thread Timo Lindfors
URL: Summary: swing: ImageIcon("") throws IllegalArgumentException Project: classpath Submitted by: lindi Submitted on: Wed 06/15/05 at 22:22 Category: classpa

[commit-cp] [bug #13320] swing: layout manager oscillates with nested JSplitPanes

2005-06-08 Thread Timo Lindfors
Follow-up Comment #2, bug #13320 (project classpath): Ok, the oscillation is now gone both in the reduced testcase and in a more complex testcase. However, in the complex testcase one vertically split area disappears completely after this fix. The following more complex testcase is reduced from

[commit-cp] [bug #13254] swing: keyTyped sent before newline has been added to JTextArea

2005-06-08 Thread Timo Lindfors
Follow-up Comment #4, bug #13254 (project classpath): Both testcase and the actual application (esoshell) don't seem to suffer from this bug anymore (esoshell is affected by some repainting problem though). ___ Reply to this item at:

[commit-cp] [bug #13320] swing: layout manager oscillates with nested JSplitPanes

2005-06-07 Thread Timo Lindfors
URL: Summary: swing: layout manager oscillates with nested JSplitPanes Project: classpath Submitted by: lindi Submitted on: Tue 06/07/05 at 15:44 Category: cla

[commit-cp] [bug #13302] swing: ActionEvent not sent to JButton

2005-06-06 Thread Timo Lindfors
Follow-up Comment #3, bug #13302 (project classpath): Seems to work now, thanks. ___ Reply to this item at: ___ Message sent vi

[commit-cp] [bug #13298] swing: ClassCastException: javax/swing/JTextArea

2005-06-06 Thread Timo Lindfors
Follow-up Comment #2, bug #13298 (project classpath): Works, new lines can be added but no exception is thrown. However, I see the following debugging statements when the program starts: getKeymapName: MetalTextFieldUI getKeymapName: MetalTextFieldUI getKeymapName: BasicTextAreaUI getKeymapName:

[commit-cp] [bug #13259] swing: JTextArea's preferredSize unusually small

2005-06-06 Thread Timo Lindfors
Follow-up Comment #2, bug #13259 (project classpath): Works, textarea is completely visible. ___ Reply to this item at: ___ Mes

[commit-cp] [bug #13302] swing: ActionEvent not sent to JButton

2005-06-05 Thread Timo Lindfors
Follow-up Comment #1, bug #13302 (project classpath): Just noticed that "actionPerformed" is printed if I hit space bar. ___ Reply to this item at: _

[commit-cp] [bug #13302] swing: ActionEvent not sent to JButton

2005-06-05 Thread Timo Lindfors
URL: Summary: swing: ActionEvent not sent to JButton Project: classpath Submitted by: lindi Submitted on: Sun 06/05/05 at 11:13 Category: classpath

[commit-cp] [bug #13298] swing: ClassCastException: javax/swing/JTextArea

2005-06-04 Thread Timo Lindfors
URL: Summary: swing: ClassCastException: javax/swing/JTextArea Project: classpath Submitted by: lindi Submitted on: Sun 06/05/05 at 00:23 Category: classpath

[commit-cp] [bug #13262] swing: BasicListUI.damageLayout does not handle list==null

2005-06-04 Thread Timo Lindfors
Follow-up Comment #5, bug #13262 (project classpath): Ok, seems to work. Now fewer changes need to be done to the omniscient debugger in order to run it with classpath. ___ Reply to this item at:

[commit-cp] [bug #13260] swing: JTextArea.setText("") causes StringIndexOutOfBoundsException later

2005-06-04 Thread Timo Lindfors
Follow-up Comment #3, bug #13260 (project classpath): Seems to work now. ___ Reply to this item at: ___ Message sent via/by Sav

[commit-cp] [bug #13254] swing: keyTyped sent before newline has been added to JTextArea

2005-06-03 Thread Timo Lindfors
Follow-up Comment #2, bug #13254 (project classpath): Well, it breaks at least EsoShell, http://lilly.csoft.net/~jeffryj/EsoShell ___ Reply to this item at: ___

[commit-cp] [bug #13262] swing: BasicListUI.damageLayout does not handle list==null

2005-06-02 Thread Timo Lindfors
Follow-up Comment #3, bug #13262 (project classpath): Whoops, the list==null crash actually happens with the omniscient debugger from http://www.lambdacs.com/debugger/debugger.html with Exception during event dispatch: java.lang.NullPointerException at javax.swing.plaf.basic.BasicListUI.dama

[commit-cp] [bug #13262] swing: BasicListUI.damageLayout does not handle list==null

2005-06-01 Thread Timo Lindfors
Follow-up Comment #2, bug #13262 (project classpath): It is triggered by the matrix framework that can be downloaded from http://www.cs.hut.fi/Research/Matrix/release/build-10/matrix10.tar.gz and compiled with cd code; javac `find -name "*.java"` and run with java prototype.ui.StartFrame I

[commit-cp] [bug #13262] swing: BasicListUI.damageLayout does not handle list==null

2005-06-01 Thread Timo Lindfors
URL: Summary: swing: BasicListUI.damageLayout does not handle list==null Project: classpath Submitted by: lindi Submitted on: Wed 06/01/05 at 17:54 Category: c

[commit-cp] [bug #13260] swing: JTextArea.setText("") causes StringIndexOutOfBoundsException later

2005-06-01 Thread Timo Lindfors
URL: Summary: swing: JTextArea.setText("") causes StringIndexOutOfBoundsException later Project: classpath Submitted by: lindi Submitted on: Wed 06/01/05 at 17:13

[commit-cp] [bug #13259] swing: JTextArea's preferredSize unusually small

2005-06-01 Thread Timo Lindfors
URL: Summary: swing: JTextArea's preferredSize unusually small Project: classpath Submitted by: lindi Submitted on: Wed 06/01/05 at 16:47 Category: classpath

[commit-cp] [bug #13247] swing: calling JMenu.add twice with same argument throws ArrayIndexOutOfBoundsException

2005-06-01 Thread Timo Lindfors
Follow-up Comment #4, bug #13247 (project classpath): Ok, seems to work now. ___ Reply to this item at: ___ Message sent via/by

[commit-cp] [bug #13247] swing: calling JMenu.add twice with same argument throws ArrayIndexOutOfBoundsException

2005-06-01 Thread Timo Lindfors
Follow-up Comment #2, bug #13247 (project classpath): Hmm, I just did "cvs -z2 update -d; make clean; make; make install" but I am still seeing the same exception. ___ Reply to this item at:

[commit-cp] [bug #13254] swing: keyTyped sent before newline has been added to JTextArea

2005-06-01 Thread Timo Lindfors
URL: Summary: swing: keyTyped sent before newline has been added to JTextArea Project: classpath Submitted by: lindi Submitted on: Wed 06/01/05 at 11:35 Catego

[commit-cp] [bug #13230] swing: JTextArea.setText() fails with multiple lines of text

2005-06-01 Thread Timo Lindfors
Follow-up Comment #2, bug #13230 (project classpath): Seems to work now. ___ Reply to this item at: ___ Message sent via/by Sav

[commit-cp] [bug #13244] awt: GridBagLayout.addLayoutComponent throws IllegalArgumentException

2005-06-01 Thread Timo Lindfors
Follow-up Comment #4, bug #13244 (project classpath): Thanks, seems to work now. ___ Reply to this item at: ___ Message sent vi

[commit-cp] [bug #13228] swing: keyEvents not sent to KeyListener of JTextArea

2005-06-01 Thread Timo Lindfors
Follow-up Comment #2, bug #13228 (project classpath): Nice, seems to work now. (I probably don't have permissions to close the bug since I can't see such an option on this web page even if I am logged in). ___ Reply to this item at:

[commit-cp] [bug #13247] swing: calling JMenu.add twice with same argument throws ArrayIndexOutOfBoundsException

2005-05-31 Thread Timo Lindfors
URL: Summary: swing: calling JMenu.add twice with same argument throws ArrayIndexOutOfBoundsException Project: classpath Submitted by: lindi Submitted on: Tue 05/31/05 at 18:5

[commit-cp] [bug #13244] awt: GridBagLayout.addLayoutComponent throws IllegalArgumentException

2005-05-31 Thread Timo Lindfors
Follow-up Comment #1, bug #13244 (project classpath): Sorry, I just realized that maybe Sun's java does not use GridBagLayout at all for JFileChooser. I am not sure but I think classpath shouldn't use GridBagLayout either because 1) JFileChooser.add() should accept _any_ constraints. 2) GridBagLa

[commit-cp] [bug #13244] awt: GridBagLayout.addLayoutComponent throws IllegalArgumentException

2005-05-31 Thread Timo Lindfors
URL: Summary: awt: GridBagLayout.addLayoutComponent throws IllegalArgumentException Project: classpath Submitted by: lindi Submitted on: Tue 05/31/05 at 18:12

[commit-cp] [bug #13230] swing: JTextArea.setText() fails with multiple lines of text

2005-05-30 Thread Timo Lindfors
URL: Summary: swing: JTextArea.setText() fails with multiple lines of text Project: classpath Submitted by: lindi Submitted on: Mon 05/30/05 at 15:12 Category:

[commit-cp] [bug #13228] swing: keyEvents not sent to KeyListener of JTextArea

2005-05-30 Thread Timo Lindfors
URL: Summary: swing: keyEvents not sent to KeyListener of JTextArea Project: classpath Submitted by: lindi Submitted on: Mon 05/30/05 at 14:41 Category: classp

[commit-cp] [bug #13185] swing: minimumSize not always honored with multiple JSplitPanes

2005-05-30 Thread Timo Lindfors
Follow-up Comment #2, bug #13185 (project classpath): Yes, seems to work now. Thanks! ___ Reply to this item at: ___ Message se

[commit-cp] [bug #13187] awt: Label.setText() does not seem to affect FlowLayout

2005-05-25 Thread Timo Lindfors
URL: Summary: awt: Label.setText() does not seem to affect FlowLayout Project: classpath Submitted by: lindi Submitted on: Wed 05/25/05 at 19:33 Category: clas

[commit-cp] [bug #13185] swing: minimumSize not always honored with multiple JSplitPanes

2005-05-25 Thread Timo Lindfors
URL: Summary: swing: minimumSize not always honored with multiple JSplitPanes Project: classpath Submitted by: lindi Submitted on: Wed 05/25/05 at 17:08 Catego

[commit-cp] [bug #13164] swing: minimumSize not honored by JSplitPane

2005-05-25 Thread Timo Lindfors
Follow-up Comment #3, bug #13164 (project classpath): Very nice, the testcase works now with current classpath cvs. However, it seems that I reduced this testcase too much. I am still seeing very similar bug in a setup where there are multiple JSplitPanes. I'll file another bug report for those s

[commit-cp] [bug #13164] swing: minimumSize not honored by JSplitPane

2005-05-23 Thread Timo Lindfors
URL: Summary: swing: minimumSize not honored by JSplitPane Project: classpath Submitted by: lindi Submitted on: Mon 05/23/05 at 20:52 Category: classpath

[commit-cp] [bug #13154] swing: JTextField invisible with nested BoxLayouts

2005-05-22 Thread Timo Lindfors
Follow-up Comment #3, bug #13154 (project classpath): Yes, labels and the textfield are now rendered correctly. ___ Reply to this item at: __

[commit-cp] [bug #13154] swing: JTextField invisible with nested BoxLayouts

2005-05-22 Thread Timo Lindfors
Follow-up Comment #1, bug #13154 (project classpath): Whoops, of course I mean "from left to right" and not "right to left"... ___ Reply to this item at: ___

[commit-cp] [bug #13154] swing: JTextField invisible with nested BoxLayouts

2005-05-22 Thread Timo Lindfors
URL: Summary: swing: JTextField invisible with nested BoxLayouts Project: classpath Submitted by: lindi Submitted on: Sun 05/22/05 at 19:27 Category: classpath

[commit-cp] [bug #13141] swing: JTextField invisible with BoxLayout

2005-05-22 Thread Timo Lindfors
Follow-up Comment #3, bug #13141 (project classpath): Yes, it works now with current classpath cvs HEAD. Thanks a lot! ___ Reply to this item at: ___

[commit-cp] [bug #13141] swing: JTextField invisible with BoxLayout

2005-05-21 Thread Timo Lindfors
URL: Summary: swing: JTextField invisible with BoxLayout Project: classpath Submitted by: lindi Submitted on: Sat 05/21/05 at 14:22 Category: classpath

[commit-cp] [bug #13127] swing: menuitems rendered badly if window is too small

2005-05-20 Thread Timo Lindfors
Follow-up Comment #2, bug #13127 (project classpath): I ran the testcase with jamvm 1.3.0 inside VNC and used 'mwm' as window manager. When I run the testcase from my home computer (with