1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.26k stars 326 forks source link

page glitches when using hints #307

Open tkossak opened 9 years ago

tkossak commented 9 years ago

Any idea why this is happening: Page before using hints: http://i.imgur.com/Qcp6l0e.png After pressing "f": http://i.imgur.com/zD8mRhT.png Half of the page disappears.

Source page: https://www.gamingonlinux.com/articles/nightside-rts-updated-with-multiplayer-the-start-of-a-campaign.5435 Linux Mint 17.1 x64 Chrome 43.0.2357.65 (64-bit) cVim 1.2.76

johnbeard commented 9 years ago

I think this is to do with the height: 100%; overflow-y:scroll style on the body element, which means everything is actually "trapped" in the size of the screen. When cVim draws the hints, these are drawn in absolute terms on the page in a <div id="cVim-link-container"> after the body, not within the body element itself.

tkossak commented 9 years ago

Can we make cvim draw the hints in a way that doesn't mangle the page? Or maybe it is the page which should be "fixed"?

jamesgecko commented 6 years ago

While the orignal example page has changed, I can reproduce this issue on https://support.google.com/adwords/answer/7476658?visit_id=1-636596771824218106-1845495536&rd=1 Before and after screenshots: https://imgur.com/a/rq8IO

Everything under the website's top navigation bar turns gray.