Opened 11 years ago
Last modified 10 years ago
#8135 open bug
Horizontal sortable shifts causes elements to shift down
Reported by: | bertjh | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When creating a horizontal scrollable using "display: inline-block", moving an element - which will activate the placeholder - causes the li-elements to shift down.
Change History (11)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down. (cherry picked from commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2)
Changeset: f0b7130a5459d9f34b1e05ad6306d3909131bd8c
comment:3 Changed 11 years ago by
Milestone: | 1.9 → 1.8.19 |
---|
comment:4 Changed 11 years ago by
Revert "Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down."
This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2.
Changeset: b38dd26da0a7297941839195ff75885d6ecc67d0
comment:5 Changed 11 years ago by
Milestone: | 1.8.19 → 1.9 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
This was causing too many regressions.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Revert "Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down."
This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2. (cherry picked from commit b38dd26da0a7297941839195ff75885d6ecc67d0)
Changeset: 1ffafe65b0dd2d8b0ae4dfcfe3beffb3123c7caf
comment:7 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
silly Trac/GitHub integration...
comment:8 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:9 Changed 11 years ago by
Status: | reopened → open |
---|
comment:11 Changed 10 years ago by
Reduced test case against master showing the 2 workarounds mentioned: http://jsfiddle.net/tj_vantoll/vfgb5/.
Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down.