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 bmarce...@openoffice.org 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to