PaulWoooong / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Selection behavior (selection frame) #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As-Is:
If you press the mouse button when it's the cursor is over a shape, the
shape immediately gets selected. Currently you cannot easily select all
shapes in a lane with a selection frame, because when the cursor is
positioned over the lane, the lane immediately gets selected when you press
the mouse button. 

To-Be:
The shape should be selected, when I release the mouse button. because when
I push the mouse button and then drag the mouse, I want to create a
selection frame.

Original issue reported on code.google.com by NicoPete...@gmail.com on 2 May 2008 at 3:53

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 19 Jun 2008 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 11 Feb 2009 at 3:03

GoogleCodeExporter commented 9 years ago
rev1785

we haven't implemented it in a generic way, but we just set the fill attribute 
of
stencils like BPMN pools and lanes to none and set the pointer-events attribute 
to
painted so that the pool/lane does not get selected when clicking in it.

Original comment by NicoPete...@gmail.com on 12 Feb 2009 at 4:05