GNOME Bugzilla – Bug 118867
Ugly behaviour in TextView
Last modified: 2004-12-22 21:47:04 UTC
SITUATION --------- I am building a simple editor using a TextView and TextBuffer. Adding text to the buffer line by line and then editing this text. ERROR ----- Empty lines are missing in the TextView, the behaviour is wrong and assert-failures are generated on the console.(stderr/stdout?) OBS! Works just fine when compiled & run in Linux (RH9) REPRODUCE ---------- When walking from line to line using cursor keys there is sometimes a hidden position before the beginning of the line, reachable by hitting left-arrow when in the beginning of the line. The cursor dissapears and if i hit down-arrow an assertion failure is generated. ENVIRONMENT ------------ Windows XP Dev-C++ GTK+-win32 2.2.1.2 (.exe installer) gtkmm-2.2.5.1 (.exe installer) (sigc+ bundled in installer is 1.2.5)
We can not investigate this without a test case. Or you could try one of the gtkmm examples or demos - maybe we can see it there. Without that it's very difficult to understand what you mean.
I will close this bug if there is no test case.
Closing due to lack of response.