asvd/dragscroll

doesn't work with html5 - <!DOCTYPE html>

iateadonut opened this issue · 6 comments

Works fine with just at the top of a file.
No longer works when using 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

tested on chrome and it works there. only doesn't work on firefox.

asvd commented

ok, reproduced, thanks for the feedback...

asvd commented

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

asvd commented

http://stackoverflow.com/questions/5769148/scrolltop-and-doctype

This is the reason, will prepare a fix soon

asvd commented

Fixed in v0.0.7