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

[🐛 Bug]: incorrect path in showModalDialog in web/alerts.html #1469

Closed
eaccmk opened this issue Sep 9, 2023 · 2 comments
Closed

[🐛 Bug]: incorrect path in showModalDialog in web/alerts.html #1469

eaccmk opened this issue Sep 9, 2023 · 2 comments
Labels
bug Something isn't working needs-triaging

Comments

@eaccmk
Copy link
Contributor

eaccmk commented Sep 9, 2023

What happened?

Go to https://www.selenium.dev/selenium/web/alerts.html
Click : test dialog in This is a test of showModalDialog: test dialog

Expected: It should show/pop up a Modal Dialog however its redirected to {page_url}./# https://www.selenium.dev/selenium/web/alerts.html#

What browsers and operating systems are you seeing the problem on?

All browsers, as its a HTML path issue see the element info where its supposed to call showModalDialog() onclick however href="#"

<a href="#" id="dialog" onclick="showModalDialog('javascriptPage.html')">test dialog</a>
@eaccmk eaccmk added bug Something isn't working needs-triaging labels Sep 9, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2023

@eaccmk, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@eaccmk
Copy link
Contributor Author

eaccmk commented Sep 9, 2023

Closing this as I have now raised it in right repo SeleniumHQ/selenium#12713

@eaccmk eaccmk closed this as completed Sep 9, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working needs-triaging
Projects
None yet
Development

No branches or pull requests

1 participant