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
When using WebView2 as browser engine in SWT without a WebView2 runtime
being available on the system, browser initialization fails. In order to
more gracefully handle the case that a system has no such runtime
installed (like on some Windows 10 systems), this change introduces an
automatic fallback to Internet Explorer in case no WebView2 runtime is
found. In addition, it shows an error dialog informing about the missing
runtime and showing a link to FAQ about it.
Fixeseclipse-platform#2000
fallbackInto.setText("WebView2 runtime not available");
141
+
fallbackInto.setMessage("Falling back to Internet Explorer for browser widgets. For information on how to install WebView2, see https://github.com/eclipse-platform/eclipse.platform/tree/master/docs/FAQ/FAQ_How_do_I_use_Edge-IE_as_the_Browser's_underlying_renderer.md");
0 commit comments