Ramez Ragaa

Results 49 comments of Ramez Ragaa

@jeromelaban I came around to this PR and finally found the problem. We were using the pre-existing dotnet installation (net3.0 in CI I think) instead of the newly installed version...

Yes, this is a known limitation of our managed TextBox: RTL languages are not supported. @jeromelaban should we prioritize this? Meanwhile, users can use the GTK target with `FeatureConfiguration.TextBox.UseOverlayOnSkia =...

@aliajboy Can you please give us a small repro project that showcases the problem? Make sure you're using the most recent packages.

`Duration.TimeSpan` is indeed a property on WinUI. According to https://github.com/unoplatform/uno/pull/13712#discussion_r1344006415, that might not be the case for UWP.

This one will conflict heavily with https://github.com/unoplatform/uno/pull/15799, so let's merge that one first

@dr1rrb I've noticed a lot of duplication and/or unused path-through methods between `CoreDragDropManager` and `DragDropManager`. Would it be a good idea to combine both into a single class?

This is a problem on WinUI, which deprecated Window.Current. It will work fine on the uwp tree. To set the cursor on WinUi (and uno), use `ProtectedCursor`, which I implemented...

@spouliot there is a ProtectedCursor sample if I remember correctly.