aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-30 10:38:51 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-30 10:53:00 -0400
commit1ffafe65b0dd2d8b0ae4dfcfe3beffb3123c7caf (patch)
tree50c02558aabf9f0320f4784987d31a4bc062abdc /ui
parent3752211565ac034d535ad72c9f094cc644575aae (diff)
downloadjquery-ui-1ffafe65b0dd2d8b0ae4dfcfe3beffb3123c7caf.tar.gz
jquery-ui-1ffafe65b0dd2d8b0ae4dfcfe3beffb3123c7caf.zip
Revert "Sortable: modified the contents of placeholder to a single "&nbsp;". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down."
This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2. (cherry picked from commit b38dd26da0a7297941839195ff75885d6ecc67d0)
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.sortable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.sortable.js b/ui/jquery.ui.sortable.js
index 8a0941f9b..007ac06a3 100644
--- a/ui/jquery.ui.sortable.js
+++ b/ui/jquery.ui.sortable.js
@@ -661,7 +661,7 @@ $.widget("ui.sortable", $.ui.mouse, {
var el = $(document.createElement(self.currentItem[0].nodeName))
.addClass(className || self.currentItem[0].className+" ui-sortable-placeholder")
- .removeClass("ui-sortable-helper").html("&nbsp;")[0];
+ .removeClass("ui-sortable-helper")[0];
if(!className)
el.style.visibility = "hidden";