Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher e28373ec13 Properly handle refocusing pointer on both scroll and mousewheel events.
When you're at the top of the page, you don't get scroll events
anymore if you're scrolling with a mousewheel. So we need
to listen to mousewheel as well as scroll.

(Why not *just* mousewheel? Because then the scrolling done by
 PageUp and PageDown no longer causes the pointer to refocus,
 because those trigger scroll events.)

(imported from commit 4ee23004f6e090abaabb836f0a9d7b59d0394ced)
2012-10-04 15:47:21 -04:00
api Rename 'zephyrs' => 'messages' when formatting a message list to send to clients. 2012-10-04 14:42:38 -04:00
confirmation Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
humbug Remove an 'import *' 2012-10-04 15:43:41 -04:00
servers Move our server configuration into puppet. 2012-09-20 17:00:24 -04:00
templates Eliminate scrolling-tab. 2012-10-04 15:47:20 -04:00
tools check-all: Don't canonicalize directory name 2012-10-04 15:29:03 -04:00
zephyr Properly handle refocusing pointer on both scroll and mousewheel events. 2012-10-04 15:47:21 -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