catacombing / kumo

A Wayland Mobile Browser
GNU General Public License v3.0
19 stars 2 forks source link

Make switching tabs more atomic #55

Closed chrisduerr closed 2 weeks ago

chrisduerr commented 2 weeks ago

Currently when switching from one tab to the other, the tab view will be closed immediately and the user will still see the old tab for a single frame. This "flickering" is pretty ugly and unnecessary.

Ideally either the tab overview shouldn't be closed until the new tab is loaded, or the redraw should be delayed until everything necessary is updated.