Skip to content
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

Drag and Drop recognition of childshapes #486

Open
GoogleCodeExporter opened this issue Jun 16, 2015 · 1 comment
Open

Drag and Drop recognition of childshapes #486

GoogleCodeExporter opened this issue Jun 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Write your own layout manager, that arranges childshapes that are contained 
by a parentshape outside of this and not inside. 
2. Create a parent-shape ("Service"), add another child-shape1 ("Service") into 
the parentshape. 
3. Try to add another child-shape2 ("Service") using drag and drop into the 
child-shape1, that are already contained by a parent-shape. 


What is the expected output?
The childshape that is contained by the parentshape should be recognized as a 
drop target for a new stencil that is drag into this canvas ore more precisley
into the already existing childshape
What do you see instead?
The childshape that is contained by the parentshape isn't recognized as a drop 
target, there is no highlighting. My guess is, that the bound of the childshape 
must be part of the bound of parentshape. 

Please use labels and text to provide additional information.

Please could anybody tell me where in the code of the oryx editor this bounding 
check is realized and how i can fix it.

Original issue reported on code.google.com by [email protected] on 4 Aug 2011 at 9:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant