-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
WPF/OffScreen require setting windowless_rendering_enabled in 67+ #2431
Comments
…fault Suggestion is this is now required to be set #2431
Probably this should be set as true by default on CefSettings? |
It's not that straightforward or I would have already done it. Have a think about the problem further, open to suggestions. |
Isn't this already handled by the browser class trying to do it in its constructor? CefSharp/CefSharp.OffScreen/ChromiumWebBrowser.cs Lines 277 to 286 in 9d4504d
This obviously fails if CEF is already initialized. How about throwing an exception from now on when CEF is initialized but the flag not being set to true (in this constructor that is)? |
Short term solution throwing an exception maybe ok, long term I'm thinking this is going to need quite a bit more work. It's becoming more common that custom command line arguments are required, #2408 is another example.
Will probably go with option |
Issue #2477 implements This is a minor breaking change. |
See http://magpcss.org/ceforum/viewtopic.php?f=6&t=16077
To-do update with more details later. Just adding as placeholder
The text was updated successfully, but these errors were encountered: