GNOME Bugzilla – Bug 753420
ending up with an empty chatview hmm
Last modified: 2015-10-07 17:02:21 UTC
Created attachment 308980 [details] the-consequence-of-alt-up-alt-down-fast If I alt+up/alt+down really fast between rooms and end in the mid of some transition (not sure), it seems there's no chatView visible.
It is easier to reproduce with larger rooms. A room with 1k users takes some considerable time to actually show up and quickly switching to and away from such room will reproduce the issue. Pretty annoying.
The following fix has been pushed: 86915d6 roomStack: Keep all views around (again)
Created attachment 312838 [details] [review] roomStack: Keep all views around (again) Commit 13299455 worked around stack performance issues by only keeping one or two (during transitions) visible children in the stack. However this introduced a race condition where no view at all would be visible when switching channels quickly, and GtkStack performance has improved significantly, so revert that commit.