To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53237
------- Additional comments from [EMAIL PROTECTED] Fri Aug 12 04:20:42 -0700 2005 ------- The reason for the crash is the following: in the stored document the master page mode is set for the notes view. Switching from the outline view to the notes view bypasses the code that resets the page mode of the notes view back to the default (regular slides). For some not yet known reason the page number of the current slide set in the slide sorter bar is used to set the current page in the notes view. When this number is higher than the number of notes master pages the crash occurs. For the fix we should do the following: 1. Add a guard to DrawViewShell::SwitchPage() that catches page numbers of not existing pages. 2. Fix the code in ViewTabBar so that when the user switches to the notes view the edit mode is established. 3. Think about not storing the edit mode of any but the currently active view. --------------------------------------------------------------------- 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]
