mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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) |
||
|---|---|---|
| .. | ||
| audio | ||
| html | ||
| images | ||
| js | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||
| favicon.ico | ||
| robots.txt | ||