Numbered Steps to Reproduce Problem:1.Make a new project, no map or anything is required.
2.Add the code below.
3.Macro it for faster results.
4.Pay attention to the output because after the textbox is filled with lines, and must start getting rid of some of the previous lines above, it will just start jumping randomly...by jumping up I mean it will be scrolled past the last line, and hitting to scroll down acts like scroll up because it's further than it can ever scroll normally so it jumps back to where it should be...but it's annoying i'm trying to read new text or just a few messages back it jumps almost a full screen up, making it impossible to read the text.
Code Snippet (if applicable) to Reproduce Problem:
mob
verb
Spam()
for(var/i=1 to 10)
world<<"This is a spam output test."
Expected Results:It stays scrolled to the bottom unless I scroll up manually...
Actual Results:It bugs and scrolls past the bottom so I have to scroll up so it's scrolled only TO the bottom and not PAST IT.
Does the problem occur:
Every time? Or how often?Every Time
In other games?Yes
In other user accounts?Yes
On other computers?Yes
When does the problem NOT occur?Always
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Untested
Workarounds:Don't output enough total text to the output control for it to overflow? Or clear the text every once in a while.
NOTE: The INFO tab must be clicked for this to re-produce on my machine, if you click TEXT only it doesn't seem to do it...this is using the default interface...
Also I need to know: Is it any relation to id:1811564? And what exact 507 version are you using, because you didn't include that in your report.