Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher 8083a149b8 Fix selected-message glitch on composewindow by removing animation.
The issue with the animation is that it removes the composebox div
when it's done -- or more relevantly, it "adds" it when the composebox
appears, which causes some DOM elements to get reshuffled slightly
which causes some jitter.

(Similar to what was happening with the email addresses earlier.)

So instead of using display:none, we play with visibility:hidden,
which causes the thing not to show up, but doesn't cause it to
lose its place in the DOM.

(imported from commit a18dbdcd1784b2b54436d48d8425d5fdc8dfbba4)
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 Fix selected-message glitch on composewindow by removing 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