[Windows] Second instance of StageWebView
with UseWebView2
display "WebView2 Host" message with background
#3577
Labels
StageWebView
with UseWebView2
display "WebView2 Host" message with background
#3577
Problem Description
Second (and susequent) instance of
StageWebView
withUseWebView2
display "WebView2 Host" message with background for Windows devices.It breaks UX in a lot of cases and cause "artifacts" on window resizing.
Tested with multiple AIR versions, even with latest AIR 51.1.2.2 with different Windows 10 devices, different WebView2 versions, different AIR applications with different architectures (32/64-bit) and different privileges. Not sure about Windows 11.
Same issue in all cases.
There is no such issue with first
StageWebView
.There is no such issue with other platforms.
Related issues:
#2946
#2920
#2852
#2832
#2831
#1854
#1493
#1492
#1428
#223
#143
Steps to Reproduce
Launch code below with any Windows device and resize application window fast. Two
StageWebView
instances always will be at the center of window.Application example with sources and demonstration video attached.
windows_stagewebview_usewebview2_host_message_bug.zip
Actual Result:
Below second (right) instance of
StageWebView
you will see "WebView2 Host" message with gray background.Also you can notice some artifacts and sometimes
StageWebView
instance will be displayed partially out of window:Video demonstration:
windows_stagewebview_usewebview2_host_message_bug.mp4
Expected Result:
Second (right) instance of
StageWebView
will be displayed without "WebView2 Host" message, gray background and without artifacts.Known Workarounds
none
The text was updated successfully, but these errors were encountered: