-
Notifications
You must be signed in to change notification settings - Fork 467
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
cefclient: alloy: Popup window non-responsive when using --use-default-popup #3499
Comments
A similar issue reproduces with:
|
|
OOPS, missed the bit about "Close the main window" |
Works fine with Chrome, still an issue for Alloy. |
This is currently crashing at M128 in RootWindowViews::GetDelegateForPopup due to an invalid cast. |client| is a |
This still reproduces at M128 (tested on Windows 11):
Using None of this reproduces after removing |
Don't depend on a CefBrowserViewDelegate for popup BrowserView style. Popup style must always match the opener style.
Describe the bug
This bug is already described in cefsharp/CefSharp#4488 .
To Reproduce
Steps to reproduce the behavior:
cefclient.exe --multi-threaded-message-loop --no-sandbox --enable-gpu --use-default-popup
<a href="test.pdf" target="_blank">test.pdf</a>
test.pdf
link, the pdf is shown in a second window.(you kann only kill it with the task manager)
Expected behavior
When I execute the step 5. from above I expect that all windows are closed and that the process terminates.
Screenshots
Versions (please complete the following information):
Additional context
Does the problem reproduce with the cefclient or cefsimple sample application at the same version?
Yes
Does the problem reproduce with Google Chrome at the same version?
No
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: