Vitaly Knyazev

Results 4 issues of Vitaly Knyazev

After upgrade to v1.0.0.4 Cartesian chart lines are rendered with gaps on ARM devices: ![1](https://user-images.githubusercontent.com/12721191/27859840-02a30f70-6172-11e7-9f18-797308d8ce85.png) ![2](https://user-images.githubusercontent.com/12721191/27859839-02a2c010-6172-11e7-8945-ae4d271c59cb.png)

bug
severity:high
CLA:NO
area:chart
effort: medium (days)

Here is a stack trace from App Center, it is a rare crash but still happens, never reproduced in dev environment: System.ArgumentNullException: Value cannot be null. Telerik.UI.Xaml.Controls.Chart ChartTrackBallBehavior.GetIntersectionTemplate ($DependencyObject instance)...

Mopups implementation seems to be correct, it is just overall back button handling in MAUI is questionable. See MAUI issue https://github.com/dotnet/maui/issues/15296#issuecomment-1586154483

### Description iOS app crashes with NRE on MacOS 14+ when DisplayActionSheet is called because PopoverPresentationController there is always null. Corresponding MAUI issue https://github.com/dotnet/maui/issues/18156. ### Steps to Reproduce 1. Create...

t/bug :bug:
s/unverified