8. Changing font doesn't change fonts in some components of windows. I consider this a MSIE's bug, as Sun's AV 1.2.2 and NN don't show whis problem. Specially because closing and re-opening a windows in MSIE makes the window appear properly fontified. (Need confirmation.)

16. Client is unstable on MSIE. For the people who see this bug, it takes usually 15 to 20 minutes to freeze the browser. (Reported by Marc Packenius.)
 More info there: seen a lot on IE4.x and IE5.0x, a couple of people reported that it's happening when they are on high volume channels and try to send a line they've just entered. IE freezes on pressing the return key. (M.P.)
Christian Bucks has a fix for this bug; though, it's probably useless now that we don't use TextArea anymore.

18. With Sun's JDK 1.2.2 AppletViewer, a KeyListener won't get KeyEvent's if keys are pressed in a Component that was focused at program start up, and that hasn't lost or has re-gained focus. (Try it on the status window's entry just after EIRC starts.) This doesn't happen either with NN or AV 1.3. (Reported to Sun on 20001021.)

19. NN 4.7x under XFree86 4.0.x on Linux reports always one click on MouseEvent's, not allowing for functions that depend on double-click. Please report on other platforms. Sun's JDK appletviewer 1.[23] works correctly. (Reported to Netscape on 20001021.)

22. Blame Microsoft for not implementing the method setState in class java.awt.Frame. According to Sun's docs, it's been there since Java API 1.0. How does this affect EIRC? Well, it just can't raise minimized windows without that method.

24. Sun's JDK 1.3 AppletViewer (tested on Linux) is braindead. It complains wit an uncertain message on PARAM's with empty or not defined VALUE attributes. The most weird thing is that it says the NAME attrib is missing, when it's there! (Reported to Sun on 20001021.)

26. Sun's JDK 1.3 won't post an ActionEvent when a mouse button is released on -at least- a MenuItem. This is not what one would expect. (Reported to Sun on 20001021.)
Wokaround: click with the left button on context menus while keeping them open with the right button.

27. MSIE 5.0 won't set the popupTrigger flag on MouseEvent's when appropiated.
Workaround: check to see if the third button was pressed. It might not work properly for left-hand-configured mouses (please report), and for one or two-button mouses (please report).

28. There seems to be some kind of deadlock in TextView that seldom makes itself evident at startup; the applet will just hang doing nothing besides eating up resources. The same problem seems to appear sometimes on window resizing (not possible from browsers, anyway, so it's not that problematic).

29. HtmlLayout is buggy and slow. Support for this package has been dropped from EIRC except from the ControlPanel; it needs a big revamping before we can use it, we need it, or something similar, though.

30. com.lyrisoft.awt.* classes have problems rendering TextRun's after font changes.
Workaround: don't let the font size change.

31. I got this by chance, but I'm not able to reproduce it.
Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
	at java.util.Vector.elementAt(Vector.java:441)
	at Table.doCellSize(Table.java:311)
	at Table.access$000(Table.java:26)
	at Table$Body.paint(Table.java:518)
	at Table$Body.update(Table.java:569)
	at sun.awt.RepaintArea.update(RepaintArea.java:337)
	at sun.awt.motif.MComponentPeer.handleEvent(MComponentPeer.java:310)
	at java.awt.Component.dispatchEventImpl(Component.java:2665)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:333)
	at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)

32. NN 4.7x under XFree86 4.0.x on Linux doesn't reports a 0 valued modifier for MouseEvent's triggered by pressing BUTTON1.

33.
