Martin Zikmund
Martin Zikmund
@DierkDroth Support for `ThemeShadow` will be on all platforms, with slight appearance differences at first (this will be improved further) and it will work in both dark and light mode...
@DierkDroth oh, that's actually good news, as `Receivers` were something that was kind of impossible to emulate 😀
@DierkDroth Yes, indeed, long overdue. I will try to finalize this asap. > could be assigned e.g. to Border.Shadow and Border.Translation could be set to define the elevation, correct? Yes,...
Current TODOs: - Switch from drop shadow to CSS shadow filter on WASM - Create interop methods for WASM shadow set/unset - Find a way to use theme shadow with...
This is caused by https://github.com/unoplatform/uno/issues/1982, which is currently in progress.
@jeromelaban as discussed under the issue, should I close this? Technically this should have no effect unless the native view is explicitly added as a direct child, but if it...
@jeromelaban I think it did based on the fact that the code was using the `MeasureElement` and `ArrangeElement` methods for measure & arrange - https://github.com/unoplatform/uno/blob/12fb3ffe80ab3e7a05344be51b155ee309e115e6/src/Uno.UI/UI/Xaml/Controls/RelativePanel/RelativePanel.Layout.cs#L26
Seems `When_WeakReferenceProvider_Collected` is failing now 🤔
@jeromelaban I noticed `MeasureElement` was used in some other panel and thought it was needed too. If native elements need to be in `ContentControl` though, then this is probably unnecessary...
Seems the changes somehow caused the app to crash randomly on startup in some cases, need to investigate