Daniel Peñalba

Results 40 comments of Daniel Peñalba

@Takoooooo does the NuGet compiles RELEASE or DEBUG mode?

Word wrap algorithm is completely new in PR #216. Could you try if now it behaves as expected?

- [x] We're leaking thousands of `ForegroundTextTransformations` when scrolling a document. ![image](https://user-images.githubusercontent.com/501613/183260765-34d74927-3f2b-4e62-a7ec-0bea65e68d8b.png)

No. It seems we're only leaking `ForegroundTextTransformation` objects in some kind of cycle. ![image](https://user-images.githubusercontent.com/501613/183261351-cc714049-546f-46fa-8948-c146c4046867.png)

BTW @Gillibald this one is fixed with Avalonia 11: > Slow performance scrolling a file on macOS So feel free to mark it as completed (checked).

Yes. That flickering is new in Avalonia 11. Probably related (or same issue) to this: https://github.com/AvaloniaUI/Avalonia/issues/8830

The IBeam mouse pointer is lost when hovering text: ![mouse-pointer-lost](https://user-images.githubusercontent.com/501613/189218246-0df7141c-452e-4d36-8521-f2a4a3fe642c.gif)

Unfortunately the following PR doesn't fix the flickering issue while selecting text: https://github.com/AvaloniaUI/Avalonia/pull/8918 @Gillibald any idea of what's going on there? This didn't happen on the stable `0.10.x` ![blinking](https://user-images.githubusercontent.com/501613/189219284-cb3738d2-f8c4-4184-bf75-d5835ed5960b.gif)