ManifestWebDesign / angular-gridster

An implementation of gridster-like widgets for Angular JS
http://manifestwebdesign.github.io/angular-gridster/
MIT License
964 stars 394 forks source link

doEvent : Check that prevent is true before setting pointer capture (IE) #455

Closed seedy closed 2 years ago

seedy commented 7 years ago

Fix for #416. For anyone still bumping into it : in angular-gridster.js. this condition does not check if prevent is true in its alternate block. It locks down the event handling, which is then never caught by a scrollbar.