Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher fc5287e7ed Redo above_view_threshold/below_view_threshold to prevent glitching.
In particular, we had this issue on huge messages. Suppose you had a
huge message and were scrolling up from the bottom. Initially it would
get selected as the message underneath it was below the
threshold. Then, when you scrolled again we said "oh, well, the top is
too tall, it's also *above* the threshold" and moved the pointer back
down. So it glitched back and forth.

Now we consider you above the view threshold by looking at your
bottom, and below the view threshold by looking at your top, which
seems to resolve this issue.

(imported from commit 2434d1103ab3fa894ade612ac1fb10b2f3cd66cf)
2012-10-16 11:46:17 -04:00
api Some import cleanup 2012-10-15 16:16:10 -04:00
certs Move humbug-self-signed.crt into a common directory 2012-10-15 13:29:47 -04:00
confirmation Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
humbug Hide most of the navbar on the deployed app 2012-10-15 18:44:36 -04:00
servers puppet: Remove humbug from sudoers 2012-10-15 14:56:12 -04:00
templates Don't include signup.js in login.html 2012-10-16 01:33:15 -04:00
tools django-template-graph: Replace slashes with newlines 2012-10-16 01:45:37 -04:00
zephyr Redo above_view_threshold/below_view_threshold to prevent glitching. 2012-10-16 11:46:17 -04:00
.gitignore Log additionally to a file server.log 2012-10-12 18:01:51 -04:00
manage.py Add manage.py (oops). 2012-08-28 12:45:35 -04:00