phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
10 stars 1 forks source link

Screen jumped when setting name for marker controller component #217

Closed jessegreenberg closed 2 months ago

jessegreenberg commented 3 months ago

While working with @brettfiedler we saw some flicker while typing the name into a marker controller. It seemed to lose focus and made the screen jump a little. Ill see if I can reproduce the problem.

brettfiedler commented 3 months ago

I believe this was when I had the right pane resized a bit smaller, if helpful!

jessegreenberg commented 2 months ago

I tried to get this to happen on my machine but could not. I tried creating new marker controller and editing existing ones. I mostly tried setting the name for the component, but also tried other changes to the form.

I tried with a smaller right pane, as well as narrow and shorter window sizes. I tried to use invalid names in case it was the error text popup causing problems/reflow.

I think it is very possible this behavior was downstream of another error that was either fixed or still lurking somewhere. Either way, I think this can be closed until it resurfaces.