-
Notifications
You must be signed in to change notification settings - Fork 187
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
Cannot invoke "org.eclipse.swt.browser.Browser.setRedraw(boolean)" because "this.fBrowser" is null #2449
Comments
The error seems to be in org.eclipse.lsp4e.operations.hover.FocusableBrowserInformationControl |
Why does it seem to? The last stackframe is org.eclipse.jface.internal.text.html.BrowserInformationControl.setSize(BrowserInformationControl.java:378) what has nothing to do with lsp4e. As I have never seen such error before updating Eclipse from M1 > M2 I highly doubt it has something to do with lsp4e. |
Looking at FocusableBrowserInformationControl and BrowserInformationControl it seems that Line 416 in 9e0cb2a
Perhaps it is being disposed of somewhere in the |
So you mean why fix it one better fix it on multiple places ;-) In general I think it would be legal to throw an exception but
|
Happens on
The text was updated successfully, but these errors were encountered: