Ulf Rüegg

Results 108 comments of Ulf Rüegg

I suspect it's a bug. I'll check it and let you know once I know more. Could be related to KIPRA-1767.

Actually, the padding values are not automatically added to the bend points (neither to the child nodes). Have a look at the [coordinate system](http://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/KLayoutData+Meta+Model) of the KGraph. There the padding...

Thanks, we do our best :). Regarding the eventListener issue: If I'm correct, that line is supposed to register the script if and only if a web worker is used....

Probably, though I feel as if we had an 'else if' somewhere and had to remove it for something else to work (see #3).

Could be a bug. It shouldn't been related to the crossing but there are several places where this can go wrong. Can you check the coordinates you mention when you...

Can you also tell me the floating point values of the two coordinates? I'm wondering why they result in two different integers.

Ah I see, it's a bad idea to round the coordinates to integers if they represent relative positions that have to be added later on. We should fix this in...

> I'm wondering if it's possible to use multiple directions within the same layout? You can have a separate layout direction for every hierarchy level. You can add layout options...

I'm not completely sure how the hierarchical edges are treated internally if they are not in accordance with the layout direction. Maybe @le-cds can comment on this.

The calculated coordinates correspond to elk's [coordinate system](https://github.com/eclipse/elk/wiki/Coordinate-System), in which the positions of an edge are relative to the edge's source node (with one exception). It's somewhat of a peculiarity...