mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Previously, if you started out with a very small window, loaded the Zulip webapp, and then resized the window to be larger, you'd get the condensed "[More]" links on essentially every message. This failure mode was most visible with multi-protocol Electron apps like Rambox that would sloppily start with a tiny window and then resize it when loading Zulip. The Rambox experience was essential to our being able to track this down; once we knew what was happening, the fix was simply to re-compute the condense state on resize. Commit message rewritten by tabbott to explain the debugging and context involved here, since this was one of our longest-lived mystery bugs. Fixes #5312.
9.7 KiB
9.7 KiB