bpicolo / Kip

Electron-based IRC client with react
4 stars 1 forks source link

Fix scrolldown #4

Open bpicolo opened 9 years ago

bpicolo commented 9 years ago

In an effort to avoid the scroll-to-bottom-when-I'm-scrolled-up-on-purpose issue, I implemented a dumb way to prevent it. It managed to break scrolling to bottom when switching tabs.

When images are inlined, they also will not reliably allow us to scroll to the bottom. We should always lock to the bottom unless we've scrolled up on purpose

bpicolo commented 9 years ago

Did the simple keep-scrolled-down fix just because the bug is worse than the scrolling-to-bottom-when-not-desired behavior