-
Notifications
You must be signed in to change notification settings - Fork 6
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
Issue with draggable annotations #21
Comments
I'm noticing that annotation drag and drop only works in a single On Sat, Apr 30, 2016 at 7:32 PM, Jess Peter [email protected]
|
It would be great if you could take a look. I messed with it a bit tonight but am stuck. If it helps, it seems like maybe it has something to do with setting the values setting the |
Yeah, the id thing I mentioned seems to have just been due to my alterations. I'm back to the point where things drag up but not down. |
Final update for a bit: I was way over thinking things and overcomplicating with new code. Seems that it was mostly a matter of the target in dragover not being properly identified. I fixed the code I'm working on but it's in a fork with lots of other nonsense going on (resulting in a currently inelegant application). I can probably figure out how the fix would apply to the master branch tomorrow after work but I'm calling it a day for now. |
Are you able to drag an annotation straight down? On Sun, May 1, 2016 at 11:35 PM, Jess Peter [email protected]
|
Okay, looks like I was mistaken about the issue being present in the current master branch. Just my own muckery on a fork + the issue being present on the demo at http://oli2.littlesis.org/. As long as the demo will be updated eventually, I think we're fine to close the issue and chalk up the misunderstanding to my silliness. Apologies! |
don't close the issue! there is a bug: if i drag a node down and then up On Tue, May 3, 2016 at 1:09 PM, Jess Peter [email protected] wrote:
|
I was just working on redoing the annotation functionality (as per issue #16) and found that in the current demo the annotation drag and drop works unpredictably. (No console errors, but I can do a screen record if its not reproducible on your end.) I'm looking into it now, but help/advice would be appreciated.
The text was updated successfully, but these errors were encountered: