IE9 Scrolling bug (border line repeated on screen)

假装没事ソ 提交于 2019-12-14 04:10:04

问题


I'm doing a DHTML popup where there is a UL with left floated LI's, that show a list of embroidery designs. In ie9 (does not effect <=IE8) when you scroll down in the UL all of these lines start showing up that should not be there. It almost seems like the bottom border of the UL is tearing and staying on screen. To make things even more weird, when you scroll up, the lines disappear...

Here is a screen shot of the problem: http://www.flyingtigerssurplus.com/bug-sample.jpg

You can replicate the issue in IE9 (win7) by going to: http://www.flyingtigerssurplus.com/embroidery.php Then clicking on "view stock embroidery designs" link in the middle of the form. This will pop up the problem area. Scroll away to replicate.

If anyone has any insight on how to rectify this problem, it would be greatly appreciated! Unfortunately IE is the main browser for this sites user base so leaving it the way it is because IE sucks is not the best solution in this case unfortunately :(


回答1:


Credit to Matt K for helping me realize what the problem might be... The apparently this is a GPU / Driver issue as when I disabled hardware rendering under advanced in internet options, restarted the browser the issue disappeared.

Aiken to the FF hw acceleration, my crappy intel gpu chipset on my laptop causes things to break when hardware acceleration is turned on... I'm going to have to test this at home now, with my tower that has a much better gpu.



来源:https://stackoverflow.com/questions/10286030/ie9-scrolling-bug-border-line-repeated-on-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!