Hi,
I have a canvas element with multiple event listeners tracking mouse interactions such as clicks, scrolls, and movement.
When chrome://flags/#enable-experimental-web-platform-features is disabled, the event listeners are successfully attached to the canvas element, allowing me to receive events when relevant mouse interactions occur.
However, when chrome://flags/#enable-experimental-web-platform-features is enabled, although the event listeners are still successfully attached to the canvas element, I do not receive events upon making relevant mouse interactions with the canvas.
I'm seeking clarification on why enabling this flag leads to such behavior.
Additionally, I noticed that this experimental flag was automatically enabled when I upgraded my Chrome to version 122.0.6261.129. Will this flag be persistently enabled in future Chrome releases for all users?
Regards,
Ajay Pratap Singh