zulip/static
Scott Feeney 950d271bc3 Fix wrong pointer position on narrow
This was introduced in a71867c2435790, intended to fix #1287.

Very subtle bug. The problem was that we were attaching a click handler
to two selectors, a link, and a div that the link is inside of.

Since the link was a descendant of the other selector, clicking the link
created TWO click events, and the second click on a stream box while
already narrowed to that stream jumped you to the end.

We should be careful of this in the future — never attach an event
handler to two selectors, one of which is contained in the other.

(imported from commit f428f593280e80c90b2665d1dfbff1df8a39bd35)
2013-08-05 18:37:29 -04:00
..
audio Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
html Remove unused Droid Sans CSS link from header 2013-08-01 15:46:59 -04:00
images Remove unused user status images. 2013-08-02 17:17:54 -04:00
js Fix wrong pointer position on narrow 2013-08-05 18:37:29 -04:00
styles [schema] Add referral system 2013-08-05 17:14:51 -04:00
templates Replace presence images with CSS. 2013-08-02 17:17:53 -04:00
third Typo fix. 2013-08-02 17:59:11 -04:00
.gitignore Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
favicon.ico Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
robots.txt Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00