You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only triggers event when you click the surrounding, the button doesn't trigger it.
if I bind the id of that button it works, if the button didn't have id it works.. but if I catch all events then the ones with id don't trigger.
This happened in the python one, not the C one.. haven't tried other languages
One unrelated note: When I use linux, the C version launches firefox but the python version needs me to specify webui.browser.firefox otherwise the terminal closes immediately.
The text was updated successfully, but these errors were encountered:
Make this html file
try with this C file
If you run this, clicking on the button or the surroundings will trigger an event
however trying the same with python
Only triggers event when you click the surrounding, the button doesn't trigger it.
if I bind the id of that button it works, if the button didn't have id it works.. but if I catch all events then the ones with id don't trigger.
This happened in the python one, not the C one.. haven't tried other languages
One unrelated note: When I use linux, the C version launches firefox but the python version needs me to specify webui.browser.firefox otherwise the terminal closes immediately.
The text was updated successfully, but these errors were encountered: