zulip/zephyr/static
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
..
js Redo above_view_threshold/below_view_threshold to prevent glitching. 2012-10-16 11:46:17 -04:00
styles portico.css: Get rid of div.foo / span.foo selectors 2012-10-16 01:33:15 -04:00
third Import xdate javascript library. 2012-10-05 15:42:54 -04:00
favicon.ico Include a favicon for the Humbug app. 2012-09-29 21:31:57 -04:00