Home > Web Front-end > JS Tutorial > body text

Description of the bug that the onScroll event is triggered three times per scroll under IE6_javascript skills

WBOY
Release: 2016-05-16 18:01:45
Original
1184 people have browsed it

Here is a person in the same situation as me

http://topic.csdn.net/t/20020826/11/970138.html

But someone in the post tested it and there was no problem. The IE6 I tested was under Windows 2003. I don’t know if the problem has been fixed under XP.

I found an official help document from Microsoft about this BUG in IE5.

http://support.microsoft.com/kb/238004/zh-cn

The solution is to use a global variable to limit the three triggered events to only execute once, and then reset the variable after 200ms.

This problem is relatively rare, so I would like to record it

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!