To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104592 Issue #|104592 Summary|Parameters of plugin are doubled on each document load |ing Component|Presentation Version|OOO310m19 Platform|PC URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|graphicsneedsconfirm Reported by|hennerdrewes
------- Additional comments from [email protected] Fri Aug 28 17:08:05 +0000 2009 ------- Step by step description: Create a new impress document. Go to Insert, Object, Plugin and insert a plugin object (tested with swf file, providing the paramters Play=True and Loop=False). Save the file and close the document. Reload the document, make some changes, and save again. Examining the content.xml shows: ... <draw:param draw:name="Play" draw:value="" /> <draw:param draw:name="Play" draw:value="True" /> <draw:param draw:name="Loop" draw:value="" /> <draw:param draw:name="Loop" draw:value="False" /> Expected: <draw:param draw:name="Play" draw:value="True" /> <draw:param draw:name="Loop" draw:value="False" /> With each reloading of the document, the paramters are doubled, leading to very long load times after some time, which give the impression that office hangs. --------------------------------------------------------------------- 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]
