-
Notifications
You must be signed in to change notification settings - Fork 18
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
Faded item stuck at drop point after draggning #18
Comments
Thanks for the report. |
Thanks for the info. So does this only happen if you tap, if you drag it does not get stuck? |
I haven't encountered any bugs while i drag an item and yeah ,it only happens when i tap on it. hope you fix it soon. |
OK It must not be receiving the "UP" event. Have you got a touch listener over the whole list item? If the drag handle is under the listener it might not receive all events |
i have a relative layout which has a onclicklistener and a onlongclicklistener and within that layout i put the handle ... but the problem still persists even after i put the handle outside the relativelayout (which contains the listener) and i have no other ontouchlistener on the item. |
It also happen to me. When I tap once at viewhandle , the element will stay on screen when scrolling to top and bottom. This does not happen during dragging. Only tap once. The viewhandle should support Tap once again to cancel the effect. |
Unable remove press effect on click on another item. |
On random occasions items are "stuck" where you drop them as what seems like an image of the item in the "faded" situation it is (with alpha) when it's dragged.
If you scroll after the drop when it happens the RecyclerView and DragSort keeps working as intended but the "image" of the item that was dropped is kept on the same place on the screen.
Did anyone else experience this behavior or have any idea why it happens?
The text was updated successfully, but these errors were encountered: