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

ImageStack.urlSelectionTableIsVisible might return wrong result #3744

Closed
t20100 opened this issue Jan 5, 2023 · 0 comments · Fixed by #3834
Closed

ImageStack.urlSelectionTableIsVisible might return wrong result #3744

t20100 opened this issue Jan 5, 2023 · 0 comments · Fixed by #3834
Milestone

Comments

@t20100
Copy link
Member

t20100 commented Jan 5, 2023

Issue when the widget or one of the ancestor is not visible: isVisible() is one of the property which is not symmetric to setVisible(). As result it can be false is some cases for false reason.

The following code from ImageStack`looks to have the same problem

    def urlSelectionTableIsVisible(self):
        return self._urlsTable.isVisible()

Initially raised here: #3742 (comment)

This needs to be checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant