Open yowl opened 5 years ago
This issue is most likely related to https://github.com/nventive/Uno/issues/382
This may be fixed now as #382 is fixed, can be verified
This may be fixed now as #382 is fixed, can be verified
@Youssef1313 do you think you can help verify this one please?
I'm submitting a...
Bug report (I searched for similar issues and did not find one)
Current behavior
in wasm, setting an attached property goes through setting, unsetting, setting whereas it should just set
Expected behavior
Same as UWP, the attachedproperty should not get unset and reset
Minimal reproduction of the problem with instructions
download and run https://github.com/yowl/UnoStandardRefTest/tree/dpmultifire in VS and FF . Press the button and check the console in each. You'll see that UWP is efficient and just sets the Attached Property once, whereas wasm does it 3 times.
Environment