To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=41306
------- Additional comments from [EMAIL PROTECTED] Tue May 31 08:03:44 -0700 2005 ------- This is a focus problem. In the scenario described above there are view shells (groups of view shells) on the shell stack: 1. The TaskPaneViewShell and three shells for the master page controls. 2. The SlideSorterViewShell. 3. The DrawViewShell of the center pane. The SlideSorterViewShell is the top-most shell that supports the GetMenuState() method. From this the ViewShell::ImpGetUndoManager() method is called. The SlideSorterViewShell in the left pane does not have a object bar and thus asks the top-most shell on the shell stack for its undo manager. This happens to be one of the master page controls of the task pane. It does not have an undo manager and as a result the undo button remains disabled. When the edit view in the center pane had the focus before a master page is assigned then the ImpGetUndoManager() method finds its tool bar which has an undo manager set: the undo button is enabled. --------------------------------------------------------------------- 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]
