If anyone else has seen inconsistent triggering of...
# webassembly
b
If anyone else has seen inconsistent triggering of
Modifier.clickable
function invocations, I just filed a performance issue in youtrack https://youtrack.jetbrains.com/issue/CMP-7576/Modifier.clickable-not-triggered-consistently-in-wasm-application I suspect there are others, as I am able to reproduce this issue when playing with the Jetsnack demo application https://zal.im/wasm/jetsnack/
c
cannot reproduce in Mac Chrome browser. The whole registration flow went smoothly.
🤔 1
thank you color 1
Also Safari is fine.
b
are you using a mouse or trackpad? I don't see the issue on mobile browsers when using a touch screen. I wonder if this is somehow specific to using a mouse?
ok, I just switched back to using my trackpad on my laptop, I don't have an issue with clicking using the built-in trackpad on my macbook. I just have an issue when using a physical+separate apple bluetooth mouse
a
I can confirm that the problem is reproduced in my environment when using a mouse. It is reproduced in all browsers and various projects/examples not only with Modifier.clickable, but also with focus on input fields. That is, the problem is probably not in the browser). It is noteworthy that the problem is reproduced by one colleague out of five almost identical Mac machines in the corporate network.
thank you color 1