Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gscan: unstable folding #2956

Closed
oliver-sanders opened this issue Feb 18, 2019 · 2 comments · Fixed by #2966
Closed

gscan: unstable folding #2956

oliver-sanders opened this issue Feb 18, 2019 · 2 comments · Fixed by #2966
Labels
bug Something is wrong :( superseded wontfix

Comments

@oliver-sanders
Copy link
Member

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)

@oliver-sanders oliver-sanders added the bug Something is wrong :( label Feb 18, 2019
@oliver-sanders oliver-sanders added this to the later milestone Feb 18, 2019
@hjoliver
Copy link
Member

See also #2576

@oliver-sanders
Copy link
Member Author

Lets roll #2576 into this issue:

If one row is expanded in the gscan window, after update all rows will be expanded.

For reference: https://github.com/cylc/cylc/blob/7.6.0/lib/cylc/gui/updater_dot.py#L291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :( superseded wontfix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants