-
Notifications
You must be signed in to change notification settings - Fork 270
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
Many javascript commands are not working #1339
Comments
Thanks for reaching out. The problems with alert, confirm, or prompt not working are known already, please see #1317. |
JavaScript events are html attributes which occure when we perform certain
task like onClick, onMouseLeave, onBlure etc. Many of them work perfectly
but most of them don't
…On Mon, Jan 23, 2023, 8:19 PM Patrick Brosset ***@***.***> wrote:
Thanks for reaching out. The problems with alert, confirm, or prompt not
working are known already, please see #1317
<#1317>.
You also mentioned that many JS events do not work, can you please clarify
what you mean?
—
Reply to this email directly, view it on GitHub
<#1339 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQSXL5IBKEIJTTSZ2VNGJRLWT2LARANCNFSM6AAAAAAUCESLKU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for replying. It would really help us if you could list the ones that you found did not work in your case. Even better, if you had a publicly available webpage that we could test one, that would be awesome. |
Environment (please complete the following information):
Describe the bug:
Repro steps:
Expected behavior:
Additional context:
There are so many feature that dont work in this extension like javascript alert, confirm, prompt and so many javascript events please fix them.
The text was updated successfully, but these errors were encountered: