zulip/tools
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
..
jslint Fix issue where arrowing-down near end of page would skip a message. 2012-10-10 14:29:15 -04:00
check-all check-all: Only check python files in git. 2012-10-05 14:58:42 -04:00
do-schema-change Replace 'zephyr' => 'message' in code internal to models.py. 2012-10-04 14:38:07 -04:00
post-receive post-receive: Include author names 2012-10-04 17:37:18 -04:00
update-deployment Update automated deployment code. 2012-08-31 14:44:36 -04:00