Skip to content

Commit

Permalink
Move back to using pointer style sortable tolerance from intersect
Browse files Browse the repository at this point in the history
Intersect style tolerance for UI sortable (reorderable) elements in JQuery
produces a bug where we can't drag columns to the leftmost slot unless we grab
them from the far left side.
  • Loading branch information
Dylan Nugent authored and Alex Zirbel committed Apr 27, 2015
1 parent bb09757 commit 8df61e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/ember-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ Ember.Table.HeaderRow = Ember.View.extend(Ember.AddeparMixins.StyleBindingsMixin
opacity: 0.9,
placeholder: 'ui-state-highlight',
scroll: true,
tolerance: 'intersect',
tolerance: 'pointer',
update: jQuery.proxy(this.onColumnSortDone, this),
stop: jQuery.proxy(this.onColumnSortStop, this),
sort: jQuery.proxy(this.onColumnSortChange, this)
Expand Down
Loading

0 comments on commit 8df61e6

Please sign in to comment.