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

node fixed height with overflow data the connection path not moving #623

Closed
imshubhamkumar opened this issue May 15, 2023 · 3 comments
Closed
Labels

Comments

@imshubhamkumar
Copy link

Whenever we have too many input/output in a node then i made fixed height but the connection path still goes to same old position not moving along with the port.
image

@imshubhamkumar imshubhamkumar changed the title Large number of input/output. fixed height the connection path not moving node fixed height with overflow data the connection path not moving May 15, 2023
@Ni55aN
Copy link
Member

Ni55aN commented May 15, 2023

Socket positions are calculated relative to the top left of the node. That's why the scrolling cannot affect this in any way.

Also, if the socket isn't inside of scroll viewport, what should the connection be connected to?

@Ni55aN
Copy link
Member

Ni55aN commented May 15, 2023

By the way, what problem should scrolling solve? There will large number of inputs, which negatively impacts UX. You may consider aggregating the inputs with primitive types into a compose type

@rete-js
Copy link
Contributor

rete-js bot commented Jul 13, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@rete-js rete-js bot added the Stale label Jul 13, 2023
@rete-js rete-js bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants