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

WebBrowser objects aren't destroyed on close tab #3

Open
Walkman100 opened this issue Jan 21, 2015 · 1 comment
Open

WebBrowser objects aren't destroyed on close tab #3

Walkman100 opened this issue Jan 21, 2015 · 1 comment
Labels

Comments

@Walkman100
Copy link
Member

Original issue: Walkman100#4

WebBrowser objects aren't destroyed when a tab is closed, only the tab is destroyed:

TabControl.TabPages.RemoveAt(TabControl.SelectedIndex)

@Walkman100
Copy link
Member Author

Walkman100 commented Jan 21, 2015

This is mostly fixed with 0931d67#diff-30d64336f8d58272a3d40aeb8ca8d932R68, although that just tells the WebBrowser to navigate to about:blank before closing the tab. I couldn't find a method to destroy the WebBrowser completely.

@Walkman100 Walkman100 added the Bug label Jan 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant