Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the composer is opened while scrolled to the absolute bottom of the page (via hitting the "reply" button, `window.scrollTop` has a value of ~600px greater than it should. This doesn't seem to be the composer element's height (which appears to be 0 at the time). This incorrect scrollTop positions the composer off screen, which causes Safari to freak out and shake the element violently as it tries to scroll to the cursor (which is now off screen). We can get around this by calculating scrollTop ourselves. Fixes #2683
- Loading branch information