noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
764 stars 174 forks source link

Adding a node does not send the width and height metadata, only on changenode #1361

Open ERnsTL opened 1 year ago

ERnsTL commented 1 year ago

Full description, reproduction instructions and screenshots:

According to message traces, the problem is noflo-ui side.

ERnsTL commented 1 year ago

note: not fixed on noflo-ui side (closing the issue flowd-side because what we could do from flowd side is done, but issue nflo-side remains!)

ERnsTL commented 1 year ago

Issue noflo-ui side remains:

To reproduce:

Looks like this after addnode:

Bildschirmfoto vom 2022-10-24 19-44-12

Looks like this after reload:

Bildschirmfoto vom 2022-10-24 19-44-21

If there is a changenode event, then noflo-ui sends the width: 72, height: 72 but if there is no changenode event, then the data from addnode message remains, which is width: null, height: null.