GNOME Bugzilla – Bug 781013
Terminal from "Run output" and "Build output" are not properly scrolled
Last modified: 2017-08-13 10:55:10 UTC
Seems there is a miscalculation or race that makes the "Build output" terminal to not be scrolled properly, so the dev cannot follow easily the process. This is good for newcomers since otherwise is hard to track the errors when building and can be confusing.
This is not an easy bug. It is deep in the animation code of gtktextview/gtkadjustment. Run output does not use textview, but instead VteTerminal, so I'm curious what the behavior you're seeing there is.
right, ignore Run Output.
Created attachment 351317 [details] [review] posible fix or workaround This patch try fix this bug by keeping the cursor at the end of the textview buffer.
Comment on attachment 351317 [details] [review] posible fix or workaround Seems reasonable at least for now.
The patch was committed and fixed the issue, so if you don't mind I'll be closing the bug. Regards.