mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
So what's now happening here is that the outer div (which we were previously animating) doesn't get animated at all; instead it is simply made visible or hidden. I *believe* this means that it always continues to take the same amount of space in the DOM; its being added and removed seemed to cause a slight height-of-page change which caused the scrollHandler to fire, causing the selected message indicator to move down the page. So now that this height is fixed, we achieve the animation instead by animating the inner div -- the one that actually contains the composebox elements. (imported from commit 95b2f95d52254e3792633460f42efaac27559efe)
4.5 KiB
4.5 KiB