Henri Bergius

Results 282 comments of Henri Bergius

The selection pseudo-group should capture contextmenu when active. So when you tap-and-hold or right click anywhere in the group you should get the menu for that group. This can include...

This of course opens the question on whether we do the same the other way when you zoom out. Probably not, since that is maybe too easy to trigger accidentally....

Instead of a crosshair we could do "alignment guides" like in some desktop graph editors. For example, OmniGraffle shows those long lines when dragging a node, and the center (horizontal...

@jonnor nope, we keep one widget and change graph. Current `master` of noflo-ui keeps the last-seen graph in state until a new one is provided, which causes occasional funkiness. This...

We've got this trick in graph nodes to make their bounding boxes larger when moved: https://github.com/flowhub/the-graph/blob/master/the-graph/the-graph-node.js#L486 One fix might be to do this already on `pointerdown` instead of waiting for...

the-graph uses the journal functionality from [fbp-graph](https://github.com/flowbased/fbp-graph) to bundle related operations together in a single transaction (for instance, removing a node and its associated edges together). Some background in https://github.com/noflo/noflo-ui/issues/23...

This is also related to #37 , as when dragging a node you should be able to pan as far as you like (since you're expanding the graph at the...

@oleksandr I think the automatic assignment unless specified is an artifact of original NoFlo handling of ArrayPorts, and shouldn't be part of the spec. Of course, the problem is that...

We're also seeing this with msgflo-browser (which uses this library underneath) when connecting to mosquitto 1.5 from Debian. No TLS, no auth. Mosquitto runs on x86, but same failure occurs...