To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=67750 Issue #|67750 Summary|sfx2: versions dialog. Using delete causes the dialog |title to expand Component|framework Version|OOo 2.0.3 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|tm Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Tue Jul 25 02:49:26 -0700 2006 ------- 1. Create a new text document by selecting File -> New -> Text Document. 2. Save the doc with the name 'test' by selecting File - Save As 3. Open Versions Window by selection File -> Versions (Versions Window is launched and the title is 'Versions of test.odt') 4. Click 'Save New Version' button 5. Click 'OK' on pop-up 'Insert Version Comment' Window The title of Versions Window changes to be 'Versions of test.odt test.odt', now click 'Delete' button, you could see the title changes to be 'Versions of test.odt test.odt test.odt'. As you clicking 'Delete' button more times, the title would getting longer. The problem is that Impl_Init gets call on Ok and Delete, and it calls GetText() adds some text and calls SetText(), patch attached to only set the title on the creation of the dialog. --------------------------------------------------------------------- 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]
