Files
zulip/static/js
Steve Howell c79e3a95b1 Avoid selecting hidden message ids.
With the muting/hiding features, it has become the case that
this._hash can have entries that don't map to actually visible
rows, so this.get() can return true on an id that shouldn't
actually be selected, causing downstream code to explode.  Now
we call this.closest_id() regardless of whether the hash is
populated, to be safe, but then we still call blueslip.error
if the pointer moved.

(imported from commit 348e8ff67ce3a6d61aaeb31f80549386518af2d0)
2013-09-28 15:48:36 -04:00
..
2013-07-29 12:11:26 -04:00
2013-07-30 12:12:58 -04:00
2013-07-30 12:12:58 -04:00
2013-08-19 12:17:55 -04:00
2013-07-30 12:12:58 -04:00
2013-09-23 10:53:06 -04:00
2013-09-20 12:11:31 -07:00
2013-08-23 14:16:51 -07:00
2013-09-09 12:06:45 -04:00
2013-07-29 12:11:26 -04:00
2013-08-13 11:26:12 -04:00
2013-08-19 12:17:55 -04:00
2013-09-11 11:50:17 -07:00