To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100374
User bmarcelly changed the following:
What |Old value |New value
================================================================================
CC|'' |'bmarcelly'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Mar 20 07:54:01
+0000 2009 -------
Confirmed on DEV OOO310m6.
And the document "Save" icon does not activate.
Also modifying the note text by annotation.TextRange does not change the text
of
annotation.Content.
This modified code shows inconsistencies; create a note with text: Hello World
doc = ThisComponent
textfields = doc.getTextFields()
annotation = textfields.createEnumeration().nextElement()
print 1, annotation.Content ' --> Hello World
annotation.Content = "alpha"
print 2, annotation.Content ' --> alpha
annotation.TextRange.String = "delta"
print 3, annotation.TextRange.String ' --> Hello
print 4, annotation.Content ' --> alpha
IMHO this issue should be a stopper for 3.1.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]