To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=83873 Issue #|83873 Summary|OOo-Crash when accessing a TextFieldMaster while navig |ator is open Component|Word processor Version|OOo 2.2.1 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mru Reported by|clutz
------- Additional comments from [EMAIL PROTECTED] Thu Nov 22 14:59:27 +0000 2007 ------- after several hours of work I was able to extract a beanshell macro that shows, that OOo crashes when the navigator-window is opened and the macro tries to access the TextFieldMasters of the Textfields that are returned by iterating the enumeration doc.getTextFields().createEnumeration() after a new annotation field has been inserted. I was able to reproduce this bug on OOo 2.0.4 (linux), 2.2.1 (linux, win) and 2.3 (linux, win). Here is how to reproduce: 1) open the attached document crashWhenAccessingTextFieldMaster.odt and allow macro-execution 2) open the navigator-windows (eg. by pressing F5) 3) call the attached macro by pressing the button in the document. This leads OOo to crash. You can see in the macro, that very simple operations are involved (insert a new annotationfield and iterate all textfields while trying to get all the corresponding TextFieldMasters). --------------------------------------------------------------------- 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]
