To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79703
------- Additional comments from [EMAIL PROTECTED] Thu Jul 19 09:24:13 +0000 2007 ------- We have here a strange behavior at two places: 1. In the PaneChildWindow constructor SfxChildWindow::SetHideNotDelete(TRUE) is called. This is not taken into account when the child window is hidden: the child window is destroyed. 2. The destruction of the child window is not notified (via XEventListener::disposing()) when accessibility is turned off. When accessibility is turned on, then the accessibility implementation of the window is disposed and ChildWindowPane::disposing() is called. In ChildWindowPane::disposing() lies the framework side error: disposing the window leads to disposing the pane. Not an error in itself but not necessary because the next call to GetWindow() recreates the child window. The disposed pane, however, is not correctly registered by the pane factory, which accesses it and causes a disposed exception. This exception is caught, as it should be, (silently, as it should not be). Everything is fine and running, except for the missing task pane that can not be created without a DisposedException being thrown. --------------------------------------------------------------------- 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]
