On Tue, Mar 08, Denis BUCHER wrote:
I found another bug or problem in dillo : It doesn't use all the space provided !
For example, let's take a 320x240 screen/window (in full screen mode). If your content takes more than 305-310 pixels wide, the scrollbars are appearing, while they only should appear if your content is larger than "window size less borders", like 316...
I hope my question is clear and thank anyone would could reply/help me :-)
I hope that I mean the same problem: I type "dillo -geometry 615x665 somePicture.png", where "somePicture.png" is 600x600 pixels large. "-geometry 615x665" is just the size, where the viewport should provide space for this image. Initially, the scrollbars are visible, but when I enlarge the window and restore its size again, the scrollbars are not visible anymore, interestingly. There seems to be some bug in Dw_gtk_viewport_calc_size (in dw_gtk_viewport.c), actually, the way as it is supposed to work (initially assume that the scrollbars are not visible) suggests to work it the way you expect. Sebastian