mirror of https://github.com/zulip/zulip.git
22099dfe9f
When Bootstrap shrinks the divs down into 'tablet' mode, our selected message might end up being even lower in the screen than it was before (because more text wraps). But our scrollbar does not automatically advance to keep it in view -- so we do it manually. This implementation is a little hackish in that it does some unnecessary recenter_view-ing in big views (which can be a touch disorienting) to optimize recentering on resizing for small views. If that behavior is annoying, we can deal with it by being smarter about when we trigger the recenter code. (imported from commit 6834e11f7a37833982c388f15174df661d7f55b3) |
||
---|---|---|
.. | ||
common.js | ||
compose.js | ||
debug.js | ||
dom_access.js | ||
hotkey.js | ||
narrow.js | ||
setup.js | ||
signup.js | ||
subscribe.js | ||
ui.js | ||
zephyr.js |