jquery / jqueryui.com

jQuery UI web site content
https://jqueryui.com
Other
132 stars 113 forks source link

confusing grid example in sortable interaction #196

Open th0mp50n opened 2 years ago

th0mp50n commented 2 years ago

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.