eternagame / HTML-Chat

HTML5 implementation of chat to replace the legacy Flash-based implementation
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Scroll stops when element is hidden or page is changed #73

Closed luxaritas closed 6 years ago

luxaritas commented 6 years ago

We need to refresh the scrollbar on visibilitychange (to handle a browser tab change) and additionally add a postMessage handler that will do the same thing, fired by EternaJS when it shows/hides the chat

luxaritas commented 6 years ago

Resolved in #74