-
Notifications
You must be signed in to change notification settings - Fork 560
Description
Preflight Checklist
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
- draw.io version 29.0.3
- WIN 10
BUGS / ADJUSTMENTS
draw.io_2025-12-02_15-53.mp4
CASE 1) Containers with text. connections problems.
The container resizes following the text field (and it's great), but the text field bounding box overlaps the container bounding box, making it impossible to pick the container points to pull a connection line.
It only allows the ones from the text bounding box.
To Reproduce
Steps to reproduce the behavior:
- Make a container
- Insert a text field in the empty area
- make a new node or duplicate the same
- try to connect them using the container connections-pins
- Error (it's not an error, but well) (it will uses the text inside the container)
EXPECTED:
CASE 1: we should be able to pick the container connections points (solution: a 2-4 pixel larger bounding box would work like a charm).
CASE 2) Containers Copy/Paste style issue
While working, it's possible you want to change the color or style of a container, for different reasons, but not the content.
If we copy the style from a container to another container, all the content uses the pasted style, instead.
- make one container and make a BLUE style (just a random color)
- Insert a node inside the container and make it YELLOW
- Duplicate the whole container and change the style with a RED color
- now, the 2nd container should have the cointainer red and a YELLOW node inside.
- copy the style from the BLUE container and paste it to the RED container
- ERROR: now you have the container RED and also the node (that before was YELLOW )
EXPECTED:
CASE 2: we should just see AT LEAST only the container style, changing.
Of course, if DRAW:IO would "consider" the different content styles and be able to paste them correctly it would be awesome.