Ramez Ragaa

Results 49 comments of Ramez Ragaa

`When_MediaPlayerElement_SetIsFullWindow_Check_Fullscreen` seems to be failing in CI only, but the remaining tests are finally passing.

It seems that the first test among the newly enabled tests always fails. Initially, CI was failing because of `When_MediaPlayerElement_SetIsFullWindow_Check_Fullscreen`. I disabled it and now `When_MediaPlayerElement_SetSource_Check_Play` is not passing (it...

I came back to this PR today and I think the fix is only partially correct. We should not be proceeding until SarDem/SarNum are filled in (i.e. are not zero)....

I would also suggest packaging for Flatpak. AppImages are pretty much on life support, so I'm not sure if it's worth the effort.

This seems fixed, but NavigationView when open causes a blackish rectangle for some reason that collapses it when clicked. This happens with all themes. ![image](https://github.com/unoplatform/Uno.Themes/assets/66218781/4af35a50-dbe1-49df-90b5-6ba21fa75769)

This seems to be a problem with `SplitView`'s `LightDismissLayer`. When the width is resized, that layer goes away. I couldn't investigate further, but the dismiss layer should not be showing...

Following Xiao's repro steps gave a different repro. Tested on vivaldi, brave and firefox. - open https://unogallerycanary.z27.web.core.windows.net/ - scroll all the way down - now click anywhere empty > the...

@jeromelaban There's nothing that I plan to add, no. But considering I haven't tested touch at all, the PR will probably have some stuff "missing.

This is due to the fact that FlyoutBase.OverlayInputPassThroughElement is not implemented in Uno yet. https://github.com/unoplatform/uno/blob/master/src/Uno.UI/Generated/3.0.0.0/Windows.UI.Xaml.Controls.Primitives/FlyoutBase.cs#L31C20

https://github.com/unoplatform/uno/assets/66218781/31c8b8dc-f6ec-46ff-ac25-bde3870d5883 It seems only PointerPressed is passed through (on skia and wasm) while PointerMoved events (and others) are not. This blocks MenuBar's "cycling between menus" behaviour (see also https://github.com/unoplatform/uno/pull/13918, https://github.com/unoplatform/uno/pull/14290)...