Side navigation
#10895 closed enhancement (fixed)
Opened November 25, 2011 03:29PM UTC
Closed June 26, 2012 01:24PM UTC
The doScrollCheck ie hack in bindReady degrades ie7 performance for no reason whatsoever
Reported by: | mbj@mbj.dk | Owned by: | rwaldron |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | event | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The doScrollCheck hack using in bindReady is only necessary in ie6 and yet it runs in every ie browser costing 80% of the time it takes jquery to initialize itself.
It has been reported before and dismissed, why do you insist on having this unnecessary overhead in the code?
I cant show this using jsperf, but it is trivial to see if you profile jquery in ie7 or 8 using dynatrace ajax edition.
Lets get rid of this annoying pageload overhead.