Commit 97855ad
committed
[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
#20351 parent 2ac9121 commit 97855ad
File tree
1 file changed
+5
-2
lines changed- bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
147 | | - | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
159 | | - | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
0 commit comments