OpenBuildings / layout-grid

Static responsive grid with pure css. Javascript using native drag-n-drop to reorder for each screen size on desktop and mobile.
http://clippings.github.io/layout-grid/
BSD 3-Clause "New" or "Revised" License
801 stars 46 forks source link

Dropping does nothing on IE11 #7

Closed thomashub closed 9 years ago

thomashub commented 9 years ago

Trying your demo (https://clippings.github.io/layout-grid/) in IE11 (Windows 10), I can pick up elements, and it shows me dragging them around, but dropping them somewhere has no effect. Since your page mentions that it should work in IE, I thought I'd report this.

It does work in MS Edge.

ivank commented 9 years ago

Yeah there was a small bug - it should be working properly now - can you check?

thomashub commented 9 years ago

Confirmed working. :+1:

The cursor does continually quickly flash between the normal and the dragging cursors while dragging, but that doesn't impair functionality.