[WASM] CapturePointer
did not work properly in firefox
#11100
Labels
difficulty/starter 🚀
Categorizes an issue for which the difficulty level is reachable by newcomers
kind/regression
Something was working, now it isn't
low-hanging-🍒
Categorizes an issue that might be a quick win with meaningful positive impact.
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
project/input ⌨️
Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...)
project/pointers 🖱️
Categorizes an issue or PR as relevant to mouse/touch/pen pointers
Current behavior
CapturePointer did not work in firefox, when Uno.UI / Uno.UI.WebAssembly Version >=4.6.0-dev.393 . before this version or in chrome/edge, it's working fine.
Below code reproduce the issue , when press the Rectangle and move outside the Rectangle, "gRoot_PointerMoved" show up in the log console , which means the CapturePointer did not work.
Expected behavior
CapturePointer work properly in firefox
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
None
Environment
Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
Uno.UI / Uno.UI.WebAssembly Version >=4.6.0-dev.393 in firefox
Affected platforms
WebAssembly
IDE
Visual Studio 2022
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: