menu with lots of options slows down keyboard entry into textbox #4074
Labels
bug
interaction
anything event related
Performance
also memory
WGLMakie
This relates to WGLMakie.jl, the Web-based WebGL backend for Makie.
Widgets
Menu, Slider, TextBox, etc
on M2 apple silicon, a
Menu
with lots (say 10k) options slows down entering characters into aTextbox
, but only on WGLMakie, not GLMakie. like this:if you type quickly enough and length(options) is large enough, the characters will appear out of order in the textbox.
i'll agree with anyone who says a menu with 10k options is a bad UI, but still, why the performance problems in WGLMakie but not GLMakie?
The text was updated successfully, but these errors were encountered: