Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher 48cda57d84 Fix issue where arrowing-down near end of page would skip a message.
We had this fascinating behavior where pressing a down arrow near the
end of the page would advance the pointer, call recenter_view, which
would trigger a scroll event, which would call keep_pointer_in_view,
which would notice that we were at the end of the page and advance the
pointer again!

I split out that last part into its own function which is only called
on mousewheel events.

(imported from commit bc85443e762356e3055f8f88585940a1f11f9124)
2012-10-10 14:29:15 -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 Rename "Topic" to "Subject". 2012-10-10 11:57:32 -04:00
tools Fix issue where arrowing-down near end of page would skip a message. 2012-10-10 14:29:15 -04:00
zephyr Fix issue where arrowing-down near end of page would skip a message. 2012-10-10 14:29:15 -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