Lubomir Tetak
Lubomir Tetak
We have a lot of crashes in Avalonia on mac when closing tooltips. This is the native stack trace (shortened). Can this be the same reason described above? I did...
ref https://github.com/AvaloniaUI/Avalonia/issues/3606
@maxkatz6 what do you think about this solution? https://github.com/AvaloniaUI/Avalonia/pull/10931 Code can be improved but in a nutshell, it should work fine.
@maxkatz6 not exactly. This solves the problem when you hover over the tooltip. #10645 solves the problem when you press the mouse on the original control (not the tooltip). This...
I think this feature is very valuable but I also agree with @TomEdwardsEnscape that if properties are not animated while invisible it may have hard to workaround side effects. e.g....
I think the problem is not that the animation is running (that's fairly cheap to recalculate some numbers, although can be optimized in specific cases, e.g. ProgressBar). The problem is...
I assume the "layer" is to keep double-buffered targetContext up to date (both buffers). So the question is if it is correct to update only the dirty rect region. If...
To reiterate this problem. AFAIK there is no Avalonia equivalent for MouseEnter. There is only LeaveWindow (https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Input/Raw/RawPointerEventArgs.cs#L9) I guess this roots from the Windows API which does have WM_MOUSEMOVE +...
@Gillibald I think you are working with mac as well. Can you please take a look at this PR?