mmason930 / kinslayer-mud-client

Web client for Kinslayer
http://www.kinslayermud.org
2 stars 0 forks source link

Timer Glitch #14

Closed mmason930 closed 10 years ago

mmason930 commented 10 years ago

The client is not correctly setting the $lastOutputDiv for the main window when the window is re-rendered. Additionally, if the window is scrolled up, this is not set correctly. This means when attempting to append to the last line, it will fail until the line is terminated(at which point it is correctly inserted).

This causes timers to behave oddly since they written to the last line without appending a newline right away.

mmason930 commented 10 years ago

Resolved by removing virtual rendering.