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
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
When removing the foreground widget from a tab panel, either by adding it to another region or sending it a close-request, the TabPanel will hide the foreground widget.
The culprit is the currentChanged handler in TabPanel, which hide()s the previous foreground widget without checking to see if the previous widget is still a child of the panel.
I have some free time this weekend, so I can submit PRs for this and #362 if you'd like.
The text was updated successfully, but these errors were encountered:
Although I wonder if previousTitle should be null for this case. i.e. the true bug might be in the tab bar. Perhaps the previousTitle should be null if it's already been removed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When removing the foreground widget from a tab panel, either by adding it to another region or sending it a
close-request
, the TabPanel will hide the foreground widget.The culprit is the currentChanged handler in TabPanel, which
hide()
s the previous foreground widget without checking to see if the previous widget is still a child of the panel.I have some free time this weekend, so I can submit PRs for this and #362 if you'd like.
The text was updated successfully, but these errors were encountered: