-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Problem/Bug]: CoreWebView2PrintSettings.ScaleFactor is not working when Windows's Microsoft WebView2 Runtime automatically upgade to 118.0.2088.46 verson #4091
Comments
#4082 Is it the same problem? |
The problem is similar, but not the same. |
Thanks for the report @kekoke. Can you clarify what you mean by "setting is invalid"? @monica-ch will this be addressed by the fix to #4082? |
If the issue is related to improper scaling in the print output, other bug should solve the problem. I have a fix which is in review, I'll let you know when it is Edge canary for validation. |
Sorry, it means that CoreWebView2PrintSettings.ScaleFactor does not work, thanks @lflores-ms. |
Thank you for letting me know. I appreciate your efforts in finding a fix for the improper scaling issue in the print output. Please keep me updated on the progress of the fix and let me know when it is available in Edge Canary for validation. I look forward to testing it out. |
@kekoke This is now fixed in Edge canary channel 120.0.2184.0+. Please test and let us know if you still see issues. https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/set-preview-channel |
When would this fix be distributed for production usage of WebView2 Runtime. We cannot use canary channel in production. Evergreen Runtime distribution mode has updated to latest version that has introduced this bug for us. We need an option to either go back to previous version of WebView2 Runtime or an official Microsoft Update is available with this fix. |
@jagrut-patel WebView2 next stable version is scheduled for 12/7 that has a fix. Sorry, there isn't a way to go back to previous evergreen versions. |
What happened?
Development Environment:
Windows 11
.net core 3.1 Winform
Microsoft.Web.WebView2 nuget version is 1.0.2088.41
My code as below:
Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
118.0.2088.46
SDK Version
1.0.2088.41
Framework
Winforms
Operating System
Windows 10, Windows 11
OS Version
No response
Repro steps
Regression
Regression in newer Runtime
Last working version (if regression)
SDK 1.0.1722.45, Runtime 115.0.1901.203
AB#47211445
The text was updated successfully, but these errors were encountered: