Known bugs in the provided classes
==================================

 Common:

 - Some of the demo programs will exit silently when they fail
   to open any of the required classes. In this case you must
   copy them to your SYS:Classes/[images|gadgets]/ directory
   in order to avoid the problem. You can also solve this
   problem by adding The dist/classes directory to the LIBS:
   multi-assign:

     > Assign LIBS: dist/classes/ ADD

   When you are done, you can cleanup by typing:

     > Assign LIBS: dist/classes/ REMOVE



 ListViewClass specific:

 - The clipping mode appears to work well with the original
   layers routines and also with CyberGraphX's "SUPERLAYERS"
   option. When using Picasso 96, the clipped window will
   draw incorrectly and scrolling will sometimes hang the system.

 - In some cases the clipped listview with big font size calls
   Text() with a slightly negative Y coordinate in the RastPort.
   This shows a OS bug which corrupts the item displayed on the
   top of the list. This problem would need further investigation.
   It happens on AGA, CyberGraphX and Picasso96.


Known bugs in Intuition's builtin classes
=========================================

 TODO
