mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
The previous behavior (don't autoscroll if the mouse is over the chat
area) was not intuitive and caused problems for people in chat only
mode, which led to a lot of people assuming that it was a glitch.
This change introduces the following behavior:
* Hovering over chat no longer affects autoscroll.
* Scrolling up in chat turns off autoscroll.
* Scrolling to the bottom of the chatbox resumes autoscroll.
* If a new message is added while autoscroll is off, a "New Messages
Below" indicator is added to the bottom of the chatbox.
|
||
|---|---|---|
| .. | ||
| acp.js | ||
| callbacks.js | ||
| chart.js | ||
| data.js | ||
| froogaloop.min.js | ||
| jquery-1.11.0.min.js | ||
| jquery-ui.js | ||
| paginator.js | ||
| player.js | ||
| sc.js | ||
| theme.js | ||
| ui.js | ||
| util.js | ||
| video.js | ||