Closed iateadonut closed 8 years ago
tested on chrome and it works there. only doesn't work on firefox.
ok, reproduced, thanks for the feedback...
I cannot reproduce the issue on http://asvd.github.io/dragscroll/index.html
It also has the specified doctype, but it works. Can you provide simplier example, i.e. without the additional libs included? For now it seems like they break the dragscroll somehow only if the doctype is specified
I've taken out everything possible: http://100wires.com/dragscroll/ http://100wires.com/dragscroll/index4.html
http://stackoverflow.com/questions/5769148/scrolltop-and-doctype
This is the reason, will prepare a fix soon
Works fine with just at the top of a file. No longer works when using <!DOCTYPE html> instead.
Demo here: http://100wires.com/dragscroll/index1.html http://100wires.com/dragscroll/index3.html
The only difference between the two is the first line, or <!DOCTYPE html>