So this has been an annoyance for some time now in my game.
If someone accidentally highlights some text in chat, or if they click on a hyperlink image, their output window stops scrolling to show new output automatically. It'll stay where it is and they'll have to click around in the box a bit until they're not highlighting anything in order to get it moving correctly again.
Is there a way I can prevent this behavior? So that even if a player has something highlighted, the output still scrolls?
ID:2425681
Feb 1 2019, 2:21 pm
|
|
If you want that level of control over output, your only realistic option is to use a browser control instead. You will be able to detect things like the selecting of text using JavaScript, and scroll down if necessary.