Commit 10966bb
committed
Triggering the scroll event on the window ('jQuery(window).scroll();')
should be considered a special case because the window object has
a scroll method that takes two parameters: x,y. On non-IE browsers,
the call gets ignored when parameters aren't passed in. But on IE*,
the call takes on 0,0 as a default and scrolls the page. This issue
is preventing me from triggering scroll handlers this way because
of the undesirable side effect.1 parent 7e6b20e commit 10966bb
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
335 | | - | |
| 336 | + | |
| 337 | + | |
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
| |||
0 commit comments