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
[Edge] Improve dialog when WebView2 engine is not available #2035
When a browser is opened and the WebView2 engine used as default is not
available, a dialog pops up with additional information and the ability
to switch back to the Internet Explorer for the current application
session. By now, the dialog lacked the information that the switch to
the Internet Explorer is not permanent. In addition, it was not possible
to disable that dialog, e.g., for scenarios in which an application is
executed in some automation and such a popup blocks automated processes.
This change adapts the dialog message to clarify that the switch to
Internet Explorer will lose its effect on next application start and
refers to the information link which gives more insights on how to
permanently switch back to Internet Explorer. In addition, it adds a
system property to disable that dialog.
Contributes to
#2035
privatestaticfinalStringDIALOG_TITLE = "Default browser engine not available";
147
-
privatestaticfinalStringDIALOG_MESSAGE = "Microsoft Edge (WebView2) is not available. Do you want to use the legacy Internet Explorer?\n\nNote: It is necessary to reopen browsers for the change to take effect.";
149
+
privatestaticfinalStringDIALOG_MESSAGE = "Microsoft Edge (WebView2) is not available. Do you want to use the legacy Internet Explorer?\n\nNote: It is necessary to reopen browsers for the change to take effect and the effect will be lost at next application start. For information on how to permanently switch to Internet Explorer, press the \"Information\" button.";
0 commit comments