Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher 86dfc93f96 Reintroduce composebox animation.
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)
2012-10-09 14:25:18 -04:00
api Make instance names lower case when mirroring zephys. 2012-10-09 10:55:42 -04:00
confirmation Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
humbug Log to console even when DEBUG = False 2012-10-09 11:41:28 -04:00
servers Move our server configuration into puppet. 2012-09-20 17:00:24 -04:00
templates Having tabbing from a huddle recipient focus on the content input box. 2012-10-09 13:33:50 -04:00
tools Move hotkey.js jslint globals into check-all.js. 2012-10-09 14:11:22 -04:00
zephyr Reintroduce composebox animation. 2012-10-09 14:25:18 -04:00
.gitignore gitignore: Update for s/zephyrs/messages/ 2012-10-04 15:30:42 -04:00
manage.py Add manage.py (oops). 2012-08-28 12:45:35 -04:00