Custom Query (1145 matches)
Results (250 - 252 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#899 | worksforme | regapplet text is borked | jdreed | |
Description |
See bugs:27557 for a full description, but basically text is truncated halfway through the second line in the Reg Applet. I don't think this is related to #650. However, it's possible that we're losing because the window is getting painted with textsize calculated for a single line of text (the initial value in TextBlock?). And it works in appletviewer, so this will be hard to debug. It's possible that the actual subject of this ticket should be "Someone should make the Reg Applet not use ca.-1996 Java code." |
|||
#650 | fixed | Reg applet occasionally doesn't work with IcedTea | jdreed | jdreed |
Description |
See #237: rbasch wrote: On my lucid VM, with openjdk-6-jdk 6b18-1.8-0ubuntu1 and icedtea6-plugin 6b18-1.8-0ubuntu1, the Athena registration applet ( http://web.mit.edu/register) is not displayed consistently. It failed to display the first time loaded in my tries, then usually (but not always) was displayed when I reloaded the page. Running firefox in a terminal, I see: java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1) OpenJDK Client VM (build 14.0-b16, mixed mode, sharing) tsetsize: 130 tsetsize: 191 tsetsize: 130 tsetsize: 344 Exception in thread "Thread-7" java.lang.NullPointerException at sun.applet.AppletPanel.showAppletStatus(AppletPanel.java:947) at sun.applet.AppletPanel.run(AppletPanel.java:607) at java.lang.Thread.run(Thread.java:636) TextBlock: preferredSize called 600 191 TextBlock: preferredSize called 600 40 TextBlock: preferredSize called 600 130 TextBlock: preferredSize called 600 30 TextBlock: preferredSize called 600 344 TextBlock: preferredSize called 600 150 TextBlock: preferredSize called 600 130 The NPE seems to correlate with the applet not appearing. I saw no problem in a brief test of the Sun JDK. |
|||
#582 | fixed | Reexamine debathena-athena-libraries | broder | |
Description |
debathena-athena-libraries was created to try and create compatibility with the libraries installed on an Athena 9 workstation for the purposes of locker compatibility. Now that we've managed to take over the world, it's not clear doing that still makes sense. We should figure out what athena-libraries should do these days |