On Thu, Dec 02, 2004 at 06:07:39PM +0100, 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.
That means that the current heuristic based on #visible pars / #total pars is to crude. A solution would be to have a more precise estimation for a small total number of paragraphs. In case of a single paragraph, the old version based on row height would be fine, we have that information for the single paragrpah. Andre'