ShowDevTools with SetAsPopup no longer creates a new window #5004
oscar-articulate
started this conversation in
General
Replies: 1 comment 2 replies
-
Converting to discussion as this is an Calling
Very likely. Remember that If there's a specific use case that worked previously then you'd need to open an issue there (post a link back here for reference if you do). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
CefSharp Version
130.1.90
Operating System
Windows 10
Architecture
x64
.Net Version
net4.8
Implementation
WinForms
Reproduction Steps
When using
124.3.80
, the below code would create a new windows form with our application (the host's) icon to host the dev tools in it. It would also show up in the task bar.Now, with
130.1.90
, the below code creates an edgeless form (?) with no title bar, close/minimize/maximize, etc.Expected behavior
a new window (forms/wpf) with title bar, minimize/maximize/close, etc, is created that hosts the dev tools, and inherits the main application's icon.
Actual behavior
an edgeless dev tools shows up with no title bar, minimize/maximize/close is created, and a (blue) chromium icon is shown
Regression?
yes, worked in version 124.3.80
Known Workarounds
My workaround is to create a new form and use the extensions:
and another workaround is:
This applies to both WPF and Forms.
I know that the alloy stuff was removed, and I'm guessing it's related to this.
Does this problem also occur in the CEF Sample Application
yes; modify in BrowserForm.cs
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions