Comment 1 for bug 238093

Revision history for this message
codedread (codedread) wrote :

The following simple patch corrects the text showing up initially. However there is at least one case that is still not covered:

1) Type some text in
2) Right-click, Object Properties and add a Title
3) Edit the text and include a line-break
4) Press backspace to remove the line-break

Upon performing #4, the title and desc element text contents are prepended to the visible text (in fact, the title and desc elements have been eliminated and the text contents placed as children of the parent text element). I've started looking at src/text-editing.cpp but have not debugged this problem yet.