GNOME Bugzilla – Bug 307650
GtkTextView's GTK_WRAP_WORD failes with lines of spaces
Last modified: 2005-06-14 17:28:23 UTC
Version details: 2.6.7 Distribution/Version: Yellogdog 4.01 (PPC) When set to GTK_WRAP_WORD mode, a GtkTextView does not wrap lines consisting exclusively of spaces. This triggers displaying the horizontal scroller without any apparent reason for the user. It would be better if in this case the wrap would occur at the space which exactly fills the current widget width.
Created attachment 47763 [details] Demo app showing this bug This is a simple test case created with GLADE which shows the bug. Just expand the archive, run "cd gtk-text-view-bug && ./autogen.sh && make && src/gtk-text-view-bug" and resize the window to see the effect.
See discussion in bug 131625 ... this particular behavior may not be improveable, though there are related problems that are more fixable. *** This bug has been marked as a duplicate of 131625 *** *** This bug has been marked as a duplicate of 131625 ***