GNOME Bugzilla – Bug 708019
Invisible characters at the end of a TextView within a ScrolledWindow
Last modified: 2013-10-02 14:24:15 UTC
When typing stuff towards the right end side of a TextView within a ScrolledWindow, I get invisible characters : https://www.youtube.com/watch?v=zc3Jefw5oXc
It looks like we are missing some pixelcache invalidation when the underlying textlayout width changes.
Created attachment 256272 [details] [review] GtkTextView: Fix horizontal scrolling We didn't properly invalidate when scrolling horizontally.
Attachment 256272 [details] pushed as 79e5069 - GtkTextView: Fix horizontal scrolling