Open rahulreghunath opened 3 years ago
Hello there. I'll start this reply with my standard apology for the state of maintenance of this library right now. Personal circumstances have not afforded me the time to do any deep work on Drax for a while, and I am not fresh on the code. I have a Drax logic documentation project in progress but presently on hold. The goal with that is to make it easier for myself and others to maintain the library without accidentally breaking or changing functionality. I do however keep an eye on the issues and try to answer things off the top of my head if I am able.
The drag hover rendering position will be wrong like this if DraxView
s are inside any kind of scrolling container unless that container is also registered with the Drax system to track its scroll position and report it to the registry. This is why DraxScrollView
exists, although it is not as fully featured as a FlatList
. The documentation and this part of the library could use some additional work, so I will leave this issue open as a reminder. To me it would be ideal if DraxList
could be enhanced to provide for this use case, but I will not know for certain whether a separate component is necessary (perhaps DraxFlatList
?) until I have an opportunity to mess with the code again.
Enhancing DraxList
would be a better option so that we can order the list and move the item to another list with almost the same logic.
Anyway DraxScrollView
works well in my use case :+1:
I'm glad to hear that! If you don't mind, as I mentioned above I'm going to keep this issue open as a reminder that the documentation should be updated to better explain this behavior.
I'm glad to hear that! If you don't mind, as I mentioned above I'm going to keep this issue open as a reminder that the documentation should be updated to better explain this behavior.
as you wish :smile:
Hello sir, do we already have an updates for this issue?
@tipaniclayr30 Hi, per the comments above it seemed this functionality was achievable with the library, but we left this issue open as a reminder to improve the documentation
Hello, any update on this issue ????
When dragging an item the item appears below than it actually should be. It only shows this error in a list of DragViews and the list has more items that cover the viewport( items initially hidden in scroll). No problem when dragging topmost items in the list.
https://user-images.githubusercontent.com/28650610/107931887-e7d7d980-6fa2-11eb-8a02-1474bf9ab210.mp4