Skip to content
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 - Tab freeze after opening multiple popups #4885

Open
1 task done
MandyHolm opened this issue Jul 19, 2024 · 2 comments
Open
1 task done

WPF - Tab freeze after opening multiple popups #4885

MandyHolm opened this issue Jul 19, 2024 · 2 comments

Comments

@MandyHolm
Copy link

Is there an existing issue for this?

  • I have searched both open/closed issues, no issue already exists.

CefSharp Version

126.2.30

Operating System

Windows 10

Architecture

x64

.Net Version

.Net 4.8

Implementation

WPF

Reproduction Steps

Hi,
I have tested this in the latest cefsharp.wpf.sample app and I am getting a tab freeze after using the popup Test open my window.

  • I used the cefsharp.wpf.sample
  • Open a tab www.google.com
  • Open the Tests and Popup Test and add change window.open("https://www.google.com", "", "width=200,height=100") and Run
  • Select the Open "mywindow" 3 or 4 times
  • Select the Tab www.google.com ( sometimes this tab is frozen)
  • Got back to the Popup tab and cannot select Open "mywindow" , sometimes this tab is frozen

Expected behavior

Tab does not freeze

Actual behavior

No error message, a tab freezes and does not allow an ui input

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

@amaitland amaitland changed the title WPF Tab freeze after opening multiple popups WPF - Tab freeze after opening multiple popups Jul 19, 2024
@MandyHolm

This comment was marked as outdated.

@amaitland
Copy link
Member

amaitland commented Jul 25, 2024

Does the browser start redrawing if you resize the window?

Did you check the log for errors?

Popups are shown in a new window by default, the example demos hosting them as tabs, you don't need to do this in your code.

@amaitland amaitland reopened this Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants