The Popup window Page didn't loaded #5112
Replies: 1 comment
-
Converting to discussion as this is fairly unlikely a bug in CefSharp directly.
Please confirm your issue reproduces with the current supported version,
Testing with https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_open using https://github.com/cefsharp/CefSharp.MinimalExample and it behaves as expected.
You should check the log file for errors.
The default expected behavior would be to open in a new native window.
Did you actually test with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
135.0.220.0
Operating System
Windows 11
Architecture
AnyCPU
.Net Version
.NET 4.8
Implementation
WPF
Reproduction Steps
Load a webpage that includes a window.open() call or .
Observe that:
The popup may not appear at all.
If it appears, it may render blank or crash.
DevTools or modal dialogs may behave inconsistently.
Expected behavior
Popup windows should open in a new ChromiumWebBrowser instance or new WPF window.
The content should render as expected.
Actual behavior
Popup windows are either:
Not opening at all.
Appearing with no content.
Causing UI freezes or crashes.
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions