Draggability indicator

Issue #51 resolved
b created an issue

When the user's mouse hovers over an area that can be dragged into the graph, indicate this to the user. For example, switch the mouse icon to a hand or other icon.

Comments (4)

  1. Kenneth Bruskiewicz

    Yes, this is already the case. The pointer on links, the hand on the bar.

    I made an edit to make it so that the draggable element is positioned relative to the mouse, which should make the icon change more obvious.

  2. b reporter

    This is not the case in the currently deployed version. One of the key areas for dragging is from the initial explicit relations table view. The space inside the entire row in the table is draggable, but you only get the Hand when you hover over a linked concept.

    Screen Shot 2015-06-26 at 9.08.24 AM.png

  3. Richard Bruskiewich

    I agree with Kenneth... as far as I can tell, in the current production release, the "Hand" shows up for draggable rows of data. Dragging requires mouse down, but mouse button down also triggers "pointer hand" display of the qtip for concept details, which is a mutually exclusive UI operation to drag and drop (but allows you to "Add to Map" anyhow).

  4. Log in to comment