zulip/zerver/tests/frontend/node
Kevin Mehall bd58861b09 Ignore summarized messages when calculating rendering windows.
Summary blocks can contain hundreds of messages. When the rendering window
code didn't take this into account, it would lead to all kinds of
unpleasant behavior when you scroll.

Trac #1888

Unfortunately, this replaces a subtraction with a function that iterates
through all the messages.

(imported from commit 9259a246946cd968a8725c38ff5ef2d4b4793717)
2013-10-21 11:48:57 -04:00
..
activity.js Set focus-related flags correctly after a server reload 2013-09-16 12:29:34 -04:00
alert_words.js Tweak alert_word matches and add some more tests 2013-10-10 10:58:21 -04:00
composebox_typeahead.js Add some tests for composebox_typeahead.compose_content_begins_typeahead 2013-09-27 13:52:13 -04:00
dict.js Create blueslip error for undefined keys in Dict. 2013-09-11 18:07:37 -04:00
filter.js Decode operand in filter.js in operator-aware way 2013-10-02 12:11:15 -04:00
index.js Run unit tests in deterministic order. 2013-08-21 18:18:58 -04:00
message_list.js Ignore summarized messages when calculating rendering windows. 2013-10-21 11:48:57 -04:00
message_tour.js [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
muting.js Handle undefined keys in muting.is_topic_muted 2013-09-11 16:47:36 -04:00
narrow.js Add narrow.muting_enabled() 2013-09-23 10:53:06 -04:00
search_suggestion.js Autocomplete emails in sender: completion 2013-10-07 14:55:58 -04:00
stream_color.js Clean up globals after each unit test. 2013-08-21 18:18:58 -04:00
stream_data.js Get stream_data.js to 100% branch coverage 2013-10-15 14:57:38 -04:00
unread.js Test unread.update_unread_subjects() more thoroughly. 2013-10-15 14:57:38 -04:00
util.js Clean up globals after each unit test. 2013-08-21 18:18:58 -04:00