| ★ wanayoo — archive 1999 http://www.blackdown.org/java-linux/jdk1.2-status/known-bugs.html | Nouvelle recherche | Portail wanayoo |
Before you file a bug report, please look over the bugs described on this page, and make sure that the bug you are encountering is not one that we already know about (the right column indicates the current status of the problem). Thanks!
| Missing Zapf Dingbats font | |
|---|---|
| Workaround: Get URW fonts and install them. See http://www.gimp.org/fonts.html for information about how to do this. If you use Debian potato (the current unstable version) you can simply install the gsfonts-x11 package to solve this problem. | Will not be fixed. |
| JIT compiler bug | |
Sun fixed most bugs in its sunwjit compiler for 1.2.2 but
the following code still prints out true:
int x = 6; double d = 7.7; System.out.println(x > d); | Fixed in 1.1.2-RC4. |
| DnD fails if there are Windows around. | |
| startDrag() fails if there's a Window around. This is a serious Drag-and-Drop bug as Swing uses Windows for popups. (This bug is not Linux specific, it occurs with the Solaris JDK too). | See (and vote for) JDC bugs 4185644, 4248661. |
| JSlider bug | |
JSlider.getValueIsAdjusting() always returns
true. This is a platform independent Swing bug
in the JDK 1.2.2. The bug is fixed in the JDK 1.3.
| See JDC bugs 4246117, 4246270, 4233024. |
| can't load javax.swing.plaf.metal.MetalLookAndFeel | |
| This is a misleading exception, the real problem is an IllegalArgumentException: Raster IntegerInterleavedRaster ... is incompatible with ColorModel DirectColorModel: ... | Fixed in 1.2.2-RC4. |
| Spurious 'bad file descriptor' messages | |
| Native threads only. | Fixed in 1.2.2-RC4. |
| Thread.interrupted() does clear interrupt flag | |
| Native threads only. | Fixed in 1.2.2-RC4. |
If the bug that you have is not covered by one of the described known-bugs above, then please file a bug report here.