MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
451 stars 55 forks source link

Status bar will not be displayed after a certain period of time has elapsed when using Composition API. #1524

Open smashiko-cw opened 3 years ago

smashiko-cw commented 3 years ago

Description When WebView2 is created using Windows.UI.Composition or DirectComposition, the status bar may not be displayed after a certain period of time. This bug is reproduced in WebView2APISample.

Version SDK: 1.0.902-prerelease Runtime: 91.0.864.59 Framework: Win32 OS: Win10

Repro Steps

  1. Launch the WebView2APISample.
  2. Select [Window] - [WebView Creation Mode] - [Visual - DComp] or [Target - DComp].
  3. Select [Window] - [Create WebView].
  4. Navigate to https://www.bing.com/.
  5. Hover the mouse cursor over the link on the page. At this time, the URL of the link will be displayed in the status bar.
  6. Hover the mouse cursor over the link on the page again after a certain period of time has elapsed.

Expected result: The URL of the link will be displayed in the status bar. Actual result: The status bar is not displayed.

Additional context The status bar can be displayed again by displaying the search box or selecting a menu item such as "Save as" in the context menu.

AB#34753565

champnic commented 3 years ago

Thanks for the bug report @smashiko-cw - I've added it to our backlog.