SekibOmazic / so-dashboard

MIT License
0 stars 0 forks source link

Moving item doesn't work on IE9 #2

Closed SekibOmazic closed 10 years ago

SekibOmazic commented 10 years ago

gridster.movingItem does not work on IE9 even if gridster previewStyle() method properly calculates movingItem's position and dimension (See lines 486-490).

Dragged item lands on the right spot. It's jut the preview that doesn't work.

It works on FF (Win7) and all OSX browsers.

SekibOmazic commented 10 years ago

Solved by adding 'px' in previewStyle method