After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708019 - Invisible characters at the end of a TextView within a ScrolledWindow
Invisible characters at the end of a TextView within a ScrolledWindow
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-13 11:02 UTC by Lionel Landwerlin
Modified: 2013-10-02 14:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkTextView: Fix horizontal scrolling (1.75 KB, patch)
2013-10-02 14:22 UTC, Alexander Larsson
committed Details | Review

Description Lionel Landwerlin 2013-09-13 11:02:51 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
Comment 1 Christian Hergert 2013-09-13 11:03:45 UTC
It looks like we are missing some pixelcache invalidation when the underlying textlayout width changes.
Comment 2 Alexander Larsson 2013-10-02 14:22:02 UTC
Created attachment 256272 [details] [review]
GtkTextView: Fix horizontal scrolling

We didn't properly invalidate when scrolling horizontally.
Comment 3 Alexander Larsson 2013-10-02 14:24:11 UTC
Attachment 256272 [details] pushed as 79e5069 - GtkTextView: Fix horizontal scrolling