jqueryui.com icon indicating copy to clipboard operation
jqueryui.com copied to clipboard

confusing grid example in sortable interaction

Open th0mp50n opened this issue 4 years ago • 0 comments

The "Display as grid" example for the Sortable interaction does not allow you to actually sort the grid tiles.

This seems unnecessarily confusing for users as all the other examples do allow sorting.

Suggestion: change "float: left" in the example CSS to "display: inline-block" to get the grid but preserve sorting behavior as described in this stackoverflow.

th0mp50n avatar Dec 25 '21 06:12 th0mp50n