ugurdogrusoz / visuall

Visuall: A tool for convenient construction of a web based visual analysis component
2 stars 0 forks source link

Expand operation behaves weird when time bar enabled #383

Closed hasanbalci closed 2 years ago

hasanbalci commented 3 years ago

When we try to expand a collapsed node while time bar view is active, nodes inside the expanded node first appears in very far positions and the result of the expand operation sometimes becomes buggy as in the following case:

https://user-images.githubusercontent.com/22586369/134121179-b8a4c2f8-8086-419b-a6eb-3337a9c8fced.mp4

When time bar view is disabled, we don't observe this behavior and expand operation works correctly.

hasanbalci commented 2 years ago

Thanks @canbax, the issue seems fixed now. I just only realized that while timebar is active, when a collapsed node is expanded, restored nodes are temporarily highlighted and then unhighlighted, while this is not happening when timebar isn't active. Is that intentional?

hasanbalci commented 2 years ago

It's ok now.