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

fix: window.open doesn't work correctly in child window #25080

Merged
merged 1 commit into from Oct 7, 2020

Commits on Sep 29, 2020

  1. fix: window.open doesn't work correctly in child window

    If speculative render view host is deleted during naviagation to
    page we try to open with call to window.open window is destroyed
    right after it is created. It may happen when naviagation triggers
    redirect from http to https. To void that we should emit event
    current-render-view-deleted only when render view host which was
    destroyed is the current webcontent's rvh.
    CezaryKulakowski committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    1f5a697 View commit details
    Browse the repository at this point in the history