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

LibWeb/Ladybird: https://lyra.horse/antonymph does not work properly in Ladybird #24199

Open
asyncmeow opened this issue May 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@asyncmeow
Copy link

https://lyra.horse/antonymph does not work correctly under Ladybird. The website requires using popup windows (and not just new tabs), with the ability to control the positioning of them. Additionally, it seemed to open the "popups" as just blank pages, without ever being able to set the content of the new tabs.

@ADKaster
Copy link
Member

ADKaster commented May 9, 2024

This'll need proper window.open support for new windows, most likely. With the actual support for new windows in each of the Chromes now, that shouldn't be too much of a reach.

@ADKaster ADKaster added the enhancement New feature or request label May 9, 2024
@rebane2001
Copy link

It'll also need the move and resize window methods, as well as support for named windows and their replacing behaviour.

window.open("https://example.org", "example", "popup");
window.open("https://example.com", "example", "popup");

^ that should result in one popup window that opens to example.org and then navigates to example.com, but currently it opens two popup windows in Ladybird

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants