FS#276 - Size of uzbl-browser cannot be reduced
Attached to Project:
Uzbl
Opened by Thomas Kolb (cfr34k) - 2011-07-18 08:24:41 PM
Last edited by Brendan Taylor (bct) - 2011-09-26 11:46:20 PM
Opened by Thomas Kolb (cfr34k) - 2011-07-18 08:24:41 PM
Last edited by Brendan Taylor (bct) - 2011-09-26 11:46:20 PM
|
DetailsHi,
I just tried the newest version of uzbl (2011.07.17) and immediately found this very annoying bug in uzbl-browser: The window can be made bigger, but not smaller. Even more annoying is the fact that the window seems to auto-scale to the size of the website, which can be very large. I tested this with Fluxbox and KDE on Ubuntu 10.10. As I built uzbl from git anyway, I ran a quick git-bisect, which showed the commit dbae85a36051ac0127c01e01ddec3078ee4ffbd4 as the culprit. Best regards Thomas |
This task depends upon
Closed by Brendan Taylor (bct)
2011-09-26 11:46:20 PM
Reason for closing: Fixed
Additional comments about closing: the scrollbars_visible variable was removed.
2011-09-26 11:46:20 PM
Reason for closing: Fixed
Additional comments about closing: the scrollbars_visible variable was removed.
Setting scrollbars_visible = 1 should work around it. I'm seriously considering just removing the scrollbars_visible variable and recommending that people use GTK to hide scrollbars: http://uzbl.org/wiki/hide-scrollbars
I don't object to reverting that commit, but there are cases (depending on versions of Webkit and GTK) where that doesn't fix it.
Other suggestions welcome.
Would you mind adding this setting to the example/default configuration file?