Simon Hausmann
Simon Hausmann
I suppose that we should pass in the x/y into show_popup as `Pin` so that we read them every time we render.
For the CI failure, I pushed a prospective fix. Could you rebase?
> So I wonder if the fix here is not to close the popup when we detect that the window is being resized. (especially if close-on-click is true) What if...
The reason why this doesn't happen on Windows is because fontconfig is not a dependency for Slint on Windows. I suspect that this might be caused due to slint enabling...
With slint 1.1.0 release this should not be an issue anymore as the font logic dependency was removed.
#6047 is done, and this would be the next issue to tackle.
I think that perhaps you might be looking for this crate: https://docs.rs/raw-window-metal/1.1.0/raw_window_metal/ .
I tried for a while on two different machines (one virtual, one physical) to reproduce this, but ALAS no luck. I suspect that the issue is that the font fallback...
@gqf2008 Coudl you confirm if the freeze is permanent or if it recovers at some point? Do you see if the process is busy with disk activity? Would it be...
Thanks for the clarification. This is indeed quite different to what I thought. Unfortunately I have an even harder time explaining this bug :). I wonder what could be causing...