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
When viewing suites from multiple users (cylc gscan -o foo -o bar -o baz) the tree folding (i.e. expanding and collapsing of cycle points) is unstable.
When expanding one row others are prone to follow uninvited. I've observed that an equal number of rows to the number of users being scanned unfold suggesting this is probably to do with the data model being updated multiple times (once for each user).
Note GTK handles folding at the index (TreeView) rather than in the data (TreeModel)
The text was updated successfully, but these errors were encountered:
When viewing suites from multiple users (
cylc gscan -o foo -o bar -o baz
) the tree folding (i.e. expanding and collapsing of cycle points) is unstable.When expanding one row others are prone to follow uninvited. I've observed that an equal number of rows to the number of users being scanned unfold suggesting this is probably to do with the data model being updated multiple times (once for each user).
Note GTK handles folding at the index (
TreeView
) rather than in the data (TreeModel
)The text was updated successfully, but these errors were encountered: