hamster620

Results 3 issues of hamster620

Sometimes the UI thread may be blocked because of deadlock of UI thread and background render thread. Both threads are trying to access **Dispatcher** and **ServerCompositor** which lock [Dispatcher.InstanceLock](https://github.com/AvaloniaUI/Avalonia/blob/ca396294d244b587f9a931b04e2385fe53792e16/src/Avalonia.Base/Threading/Dispatcher.cs#L20C24-L20C24) and...

bug

### Describe the bug After upgrading from 11.1.4 to 11.2.0-rc1, the content of Popup cannot be rendered correctly after changing the size of content. There are two symptoms: 1. Content...

bug
os-macos
regression

### Describe the bug After upgrading from 11.1.3 to 11.2.0-beta2, the height of TextBlock contains CJK and non-CJK text (with same font size and default font family) will be different,...

bug
area-textprocessing