Makie.jl icon indicating copy to clipboard operation
Makie.jl copied to clipboard

WGLMakie stops working after reload

Open pepijndevos opened this issue 2 years ago • 2 comments

When I run the example from https://docs.makie.org/stable/examples/blocks/slidergrid/ changing GLMakie to WGLMakie, it opens a browser tab and everything works as expected.

But as soon as I reload the page, I'm no longer able to change the sliders.

This is on Firefox on Linux on Julia 1.10.0-DEV.1236 and WGLMakie 0.8.9

pepijndevos avatar May 16 '23 11:05 pepijndevos

Still happens when running the code from the terminal. I don't think it happens when directly using Bonitio, so I assume this is a display issue

ffreyer avatar Aug 26 '24 11:08 ffreyer

The problem seems to come when displaying the figure before plotting the rest. If you only display the resulting figure it works. Inserting plots and reloading the same figure is a bit complicated, so its certainly a bug, but its also not surprising to me. Inserting plots should be possible much more cleanly in https://github.com/MakieOrg/Makie.jl/pull/4630, so I hope this will fix it.

SimonDanisch avatar May 16 '25 09:05 SimonDanisch