mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
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) |
||
|---|---|---|
| api | ||
| confirmation | ||
| humbug | ||
| servers | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||