Abdelrazak Younes wrote: > I am not sure I understand it all but I see that a number of patches > have been posted. Could you give a status on these please?
I don't know the status either. All that I know is that the total document height measured in pixels is not known, only the height of a few paragraphs around the cursor. Therefore the amount of pixels that represents one "row height" can vary. There is a clever algorithm in BufferView::Pimpl::updateScrollbar() that calulates this. Part of the problem is that wh_ (the average paragraph height) only grows and never gets smaller. Martin explained this once very well and knows this code far better than me, unfortunately I don't remember the thread (maybe search for the bug number in the archives) Georg