fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.35k stars 100 forks source link

Page/window width bug #99

Closed ghost closed 10 years ago

ghost commented 10 years ago

Once in a while, vimb starts drawing pages too wide for the window to fit. This usually happens on Javascript enabled pages like Google Image Search. If I make the window floating, I can see it stretch way beyond screen width. At first I would think it to have something to do with switching from WebKit 1.8.1 to 2.4.4, but I did not observe anything similar in Xombrero.

Software: vimb commit 547b934, WebKit 2.4.4 (GTK3), SpectrWM 2.5.1

fanglingsu commented 10 years ago

Thank you for reporting this issue. This is really strange. Google seems to force the page to a defined minimum size. When the window is floating I can make it a little smaller, but a some point the window does not shrink anymore. If I resize it to the minimum allowed size and hover with the mouse over any link on the page, this window size is increased. But this happens only with GTK3. I'll check what's the reason for this misbehavior.

fanglingsu commented 10 years ago

@mike402 can you please check the latest commit of vimb if the issue if fixed?

ghost commented 10 years ago

On Sun, Aug 10, 2014 at 11:41:40AM -0700, Daniel Carl wrote:

@mike402 can you please check the latest commit of vimb if the issue if fixed?

Seems to be working normally, thank you!

fanglingsu commented 10 years ago

Thank you for helping making vimb stable!