Version: unspecified (using KDE 4.4.5) OS: Linux documentation is only saved when introduced in the small documentation widget on the lower left corner of the interface. Reproducible: Always Steps to Reproduce: -create an entity -right click > properties -enter some text in the Documentation field -click Ok or Apply then Ok -reopen the properties window - the text entered is not there Actual Results: the text entered is not saved. Expected Results: the text entered should have been saved I tried entering text in the documentation widget on the lower left corner of the interface when an entity was selected and the text was saved. The same text was visible after that in the documentation field of the properties window but I was not able to modify it there.
looks similar to bug 331215
Git commit 864832c0d310197c8b0cc8c941fdefec27d923e7 by Felix Rohrbach. Committed on 28/09/2014 at 21:17. Pushed by felixr into branch 'master'. Fix creation of documentation for UML-Components This fixes two issues connected to the DocWindow. 1. When DocWindow::showDocumentation is called, it checks whether it is called with the same UMLObject/Scene/... But it missed that UMLObjects and UMLScenes might be passed to the function embedded in a widget. 2. The overwrite parameter of DocWindow::showDocumentation did the opposite of what the documentation said. I changed it to match the documentation and adjusted a few functions using it wrong. Related: bug 331215 FIXED-IN: 4.14.2 REVIEW: 120369 M +34 -15 umbrello/docwindow.cpp M +2 -2 umbrello/umlscene.cpp M +1 -0 umbrello/widgets/associationwidget.cpp M +1 -1 umbrello/widgets/notewidget.cpp http://commits.kde.org/umbrello/864832c0d310197c8b0cc8c941fdefec27d923e7
Git commit a802474df0a660e4cf6bfdd360b6bb8a692b89ba by Ralf Habacker, on behalf of Felix Rohrbach. Committed on 28/09/2014 at 21:17. Pushed by habacker into branch 'master'. Fix creation of documentation for UML-Components This fixes two issues connected to the DocWindow. 1. When DocWindow::showDocumentation is called, it checks whether it is called with the same UMLObject/Scene/... But it missed that UMLObjects and UMLScenes might be passed to the function embedded in a widget. 2. The overwrite parameter of DocWindow::showDocumentation did the opposite of what the documentation said. I changed it to match the documentation and adjusted a few functions using it wrong. Related: bug 331215 FIXED-IN: 4.14.2 REVIEW: 120369 M +34 -15 umbrello/docwindow.cpp M +2 -2 umbrello/umlscene.cpp M +1 -0 umbrello/widgets/associationwidget.cpp M +1 -1 umbrello/widgets/notewidget.cpp http://commits.kde.org/umbrello/a802474df0a660e4cf6bfdd360b6bb8a692b89ba