Wednesday, 15 June 2011

javascript - Scroll bug in Chrome on Windows with Swipe-script -



javascript - Scroll bug in Chrome on Windows with Swipe-script -

i using swipe script idangero have small, everywhere works perfect chrome on windows giving me hard time. stated issue @ owner of script can't find solution script @ point, maybe here can help me.

issue @ github: https://github.com/nolimits4web/swiper/issues/825

script url: http://www.idangero.us/sliders/swiper/

url: http://testjevorm.nl/magazine

the problem: go website have possibility navigate next slide in 2 ways:

click on "uitgelicht artikel"-block on left. click on arrow on right

when click on block on left it's not possible scroll , downwards on next page (the scroll somehow not working/disabled). weird thing "activates" when click on arrow in menu right or hover on social media icons on page.

to show issue made little video: http://youtu.be/t8bnz2fsvhu (yes, it's windows xp problem there in windows vista , windows 7)

part of solution: found out has css added myself:

body {width:100%; height:100%;} html {width:100%; height:100%;}

when remove this, problem solved pages have same height longest page in serie.

just tried told me on mac. works fine on mac, that's not said didn't work, tried on windows 8 laptop.

well... works fine me, chrome 35 on windows 8. assume either resolved issue, or there's wrong windows xp setup on mac.

note: highly uncertainty there issue on website, "show up" in windows 7 or below, windows has been pretty much downwards compatible (and i'm sure haven't changed scroll behavior).

note 2: if you're still having issue, might chrome on windows xp. want work on (or companies policy states so), seek this:

in css, add together overflow-x: scroll body.

javascript html css google-chrome

No comments:

Post a Comment