-
|
I notice that servo doesn't support onclick, at least not as defined in the w3schools demo - https://www.w3schools.com/jsref/event_onclick.asp - I've written some simple webgames that depend on onclick - is there a supported workaround in servo? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Servo does dispatch click events. If there are cases that do not work as you expect, please file issues with minimal test cases attached! |
Beta Was this translation helpful? Give feedback.
-
|
Attached is the code from
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onclick that
doesn't work in the current servo.
β¦On Wed, Jul 31, 2024, 11:19β―AM Josh Matthews ***@***.***> wrote:
Additionally, I tried several examples from the w3schools page and they
worked correctly in Servo.
β
Reply to this email directly, view it on GitHub
<#32892 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM6ZKXRKVJ3ES2U72DVADBDZPD6B3AVCNFSM6AAAAABLWXAG62VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRQGI4DIMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Servo does dispatch click events. If there are cases that do not work as you expect, please file issues with minimal test cases attached!