You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application crushes with following stacktrace:
CoreCLR Version: 8.0.1024.46610
.NET Version: 8.0.10
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException: Visual was invalidated during the render pass
at Avalonia.Rendering.Composition.CompositingRenderer.AddDirty(Visual visual)
at Avalonia.Visual.InvalidateVisual()
at AvaloniaEdit.Editing.CaretLayer.Hide()
at AvaloniaEdit.Editing.Caret.Hide()
at AvaloniaEdit.Editing.TextArea.OnLostFocus(RoutedEventArgs e)
at Avalonia.Reactive.LightweightObservableBase`1.PublishNext(T value)
at Avalonia.Interactivity.EventRoute.RaiseEventImpl(RoutedEventArgs e)
at Avalonia.Interactivity.Interactive.RaiseEvent(RoutedEventArgs e)
at Avalonia.Input.KeyboardDevice.SetFocusedElement(IInputElement element, NavigationMethod method, KeyModifiers keyModifiers)
at Avalonia.Controls.TopLevel.PlatformImpl_LostFocus()
at Avalonia.Win32.WindowImpl.AppWndProc(IntPtr hWnd, UInt32 msg, IntPtr wParam, IntPtr lParam)
at Avalonia.Win32.WindowImpl.WndProcMessageHandler(IntPtr hWnd, UInt32 msg, IntPtr wParam, IntPtr lParam)
Our application crushes with following stacktrace:
Unfortunately I cannot reproduce this error
Avalonia version: 11.1.3
AvaloniaEdit version: 11.1
The text was updated successfully, but these errors were encountered: