Georg Baum wrote: > This is one for the coordinate/drawing experts: > Open a document with a table with many rows or create a table in a new > document and add rows until there are more rows than can be displayed -> > the scrollbar does not become smaller, but it remains at the window > height. Therefore it is impossible to scroll to the end of the table with > the scrollbar (it works if you go down with the cursor key). > This must have something to do with the coord stuff, since it works in the > booktabs branch.
Humm... right this is fault of the new coord scheme: now we don't know the full doc height so we cannot accurately compute the scrollbar height. I don't think it's a big deal, let me think of a solution. Alfredo