ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

IE9 OVERFLOW SCROLL ISSUE #573

Open JordanPillai opened 8 years ago

JordanPillai commented 8 years ago

I have a gridster tile with overflow hidden that contains content that needs to scroll horizontally and vertically.

Works in every browser except IE. I sort of lets you scroll vertically with the mouse wheel but no click events at all.

However when i disable dragging it works fine suggesting dragging is the root of the problem.

I have no idea how fix. Any suggestions welcome.