Skip to content
Discussion options

You must be logged in to vote

Without having a look at your actual code it's kind of hard to say and I can only make some educated guesses.

The ChangeBoundsTool (i.e. user driven resize or move) is tightly coupled with the element selection.
The selection tool always tries to select the topmost element at the current mouse position. If this element is not selectable it navigates up the parent hierarchy and looks for selectable elements there.
I'd assume that your port is selectable and rendered on top of your symbol. Hence when you point to the symbol area you actually select the port and the port itself is not movable.
How do you configure your port model element? There is the possibility to disable certain model fea…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rsoika
Comment options

@rsoika
Comment options

Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants