Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When scrollbar is present, can't drag below a threshhold #391

Open
JohnnyToumieh opened this issue Oct 18, 2017 · 3 comments
Open

When scrollbar is present, can't drag below a threshhold #391

JohnnyToumieh opened this issue Oct 18, 2017 · 3 comments

Comments

@JohnnyToumieh
Copy link

When there's a scrollbar present, I can't drag the element till the end of the list!! It's like it's restricted within a certain bound: the list which was initially shown... (i.e. If i slide all the way to the top, I can drag any row to wherever I want.

As you can see in the following picture, we can see there's a spot at 13 that got "reserved" and that's where I was dragging! But the text and the row do not follow!

bug

@JohnnyToumieh
Copy link
Author

html part:

<div class="col-md-6 col-xs-6 no-padding">
	<div class="well" data-as-sortable="board.dragControlListeners" data-ng-model="songs">
	   <div class="row songitem {{$index % 2 == 0 ? 'even' : 'odd'}}" ng-if="songs" data-ng-repeat="song in songs" data-as-sortable-item>
	      <div class="col-xs-12 noselect" data-as-sortable-item-handle>
	      	<div class="float-left">
	      		{{song.name}}
	      	</div>
	  	  </div>
		</div>
	</div>
</div>

@Neel9722
Copy link

Neel9722 commented Jul 2, 2018

Any work around on this?

@Exlord
Copy link

Exlord commented Sep 19, 2020

3 years later and no fix or responses ??? I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants