You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
noflo-ui sends addnode message without the width and height in metadata.
reload noflo-ui
it reconnects to the runtime
runtime retuns the width:null and height:null values.
Looks like this after addnode:
Looks like this after reload:
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.
Full description, reproduction instructions and screenshots:
Fix component width null ERnsTL/flowd#237 (comment)
issue noticed there: Fix component width null ERnsTL/flowd#237
According to message traces, the problem is noflo-ui side.
The text was updated successfully, but these errors were encountered: