plottable icon indicating copy to clipboard operation
plottable copied to clipboard

Multiple Drag Boxes

Open crmorford opened this issue 11 years ago • 5 comments

Requests include being able to close out a drag box: image

Also, being able to redrag just one corner/adjust the box instead of starting over.

crmorford avatar Jan 19 '15 20:01 crmorford

See #1572 for the Component that should be responsible for producing the visual effects here.

Should the Component automatically hook up the appropriate event listeners?

jtlan avatar Feb 05 '15 01:02 jtlan

From a related issue

screen shot 2015-02-03 at 1 41 04 pm

Create a Component that draws selection boxes. This Component will replace the box-drawing behavior that is currently tightly coupled with Interaction.Dragbox.

It should support these features:

  • Ability to draw multiple boxes
  • Ability to resize boxes (horizontally, vertically, or both)
  • Ability to dismiss boxes (maybe by clicking an X in the corner?)
  • Ability to query bounds of the boxes (either at creation or modification, or on command)

Consult Design on appropriate appearance, behavior, etc.

aicioara avatar Jul 08 '15 19:07 aicioara

@dbt What is the status of this idea?

aicioara avatar Jul 08 '15 19:07 aicioara

Going to split this into multiple issues.

jtlan avatar Jul 28 '15 18:07 jtlan

Movable boxes here: #365

jtlan avatar Jul 28 '15 18:07 jtlan