Ramez Ragaa
Ramez Ragaa
@Suriman I think you forgot to attach the repro :D
@sasakrsmanovic The file you sent is actually a text file with "attachment was removed"
I can't reproduce this with `FeatureConfiguration.TextBox.UseOverlayOnSkia` = true or false
At the moment, we don't have IME support in general (not only Chinese).
There was a regression with all natively-hosted widgets on WPF, which also broke the TextBox overlay. It should now behave correctly and also work with IME (since it's WPF doing...
@lhLife Currently not, unfortunately.
cc. @kazo0, this should fix the Toolkit visual states regression.
@kazo0 It shouldn't. The title is a bit misleading :). This PR doesn't "roll back" the previous fix, but it fixes a certain scenario where some properties set by animations...
The `BorderVisualClipping` sample used to do some weird stuff if you added a `Padding` to the elements, but I'm testing it now and it seems to be... fine? I will...