Scroll Lock
Posted: 08 Nov 2016 20:20
Is there a way to activate some kind of scroll lock? Auto scrolling gets really annoying when trying to read something further up the chat log.
No unfortunately you can't right now. And yes, it's definitely a feature that would be good to have. But as usual in a volunteer developed game, it comes down to someone with the skills and time to implement it. Right know there's only one active wizard who knows how the client works and could do something about, and he's got tons of other stuff to do as well.Herzbube wrote:Is there a way to activate some kind of scroll lock? Auto scrolling gets really annoying when trying to read something further up the chat log.
The easiest way is to go somewhere secluded with no passive events and read the backlog there.Herzbube wrote:Is there a way to activate some kind of scroll lock? Auto scrolling gets really annoying when trying to read something further up the chat log.
Is it possible from a Web client? If yes, can anyone post some code how to do it?Zhar wrote:Perhaps logging to a text file could help?
I'm not a web-client developer. It's written in JS, which doesn't have access to your filesystem. There are workarounds, like saving text and generating an url you can visit in your browser or creating a blob and adding the 'save' button somewhere, but you'll have to wait for someone doing the web client to confirm if such a thing is feasible.kirsach wrote:Is it possible from a Web client? If yes, can anyone post some code how to do it?Zhar wrote:Perhaps logging to a text file could help?