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
Use a webview2 and go to https://developer.mozilla.org/en-US/docs/Web/CSS/cursor, and you can see how many of the built-in CSS cursors are not shown correctly with WebView2, but they do with Edge. Related to #8196, but these are not mentioned in that issue.
Some of them include:
zoom-in
zoom-out
grab
col-resize
row-resize
Steps to reproduce the bug
Hover to rows of this area
Expected behavior
Should behave the same as Edge
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.5 Experimental 1: 1.5.231202003-experimental1
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered:
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
HO-COOH
changed the title
Many css built-in cursor type is not supported with WebView2
Many css built-in cursor type are not supported with WebView2 in WinUI3
Dec 27, 2023
Documentation for CSS cursor limitations for WebView2 in WinUI2 also apply to WinUI3. The problem is that there is currently isn't a way for these custom cursors to be communicated from the CoreWebView2 process to the WinUI host. ("custom cursors" here means a cursor not in the CoreCursorType enum.)
This is something we'd like to fix at some point, but we don't have a timeline for that.
Describe the bug
Use a webview2 and go to
https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
, and you can see how many of the built-in CSS cursors are not shown correctly with WebView2, but they do with Edge. Related to #8196, but these are not mentioned in that issue.Some of them include:
Steps to reproduce the bug
Hover to rows of this area
Expected behavior
Should behave the same as Edge
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.5 Experimental 1: 1.5.231202003-experimental1
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: