jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 0 forks source link

Stutter on table load #221

Open jwjacobson opened 4 months ago

jwjacobson commented 4 months ago

@ryaustin

Right now when the list or browse templates load there's a stuttering effect as the table loads. It would be nice to find a way to keep this from happening.

The stuttering includes column width and row height adjustments plus a reordering of the entries. I assume there's way to hold back rendering until all those operations are complete?

ryaustin commented 4 months ago

Okay, loading the data from your fixtures to test this behavior

ryaustin commented 4 months ago

Hmm, i'm getting a pretty smooth experience: https://www.loom.com/share/bc56ebf73dd947148c5a606966c502b1?sid=8fb0308a-2eb0-4d18-b20f-e59328ae8fb7

jwjacobson commented 4 months ago

Slightly unrelated but can I ask what browser you're using? I've been running it on Firefox and Chrome and the menu never overruns the table like that.

Is there a tool or other approach you recommend for testing layout in various browsers?