To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=102271
------- Additional comments from [email protected] Mon Jan 11 13:24:06 +0000 2010 ------- The crash is caused by destroying the child window synchronously when Ctrl-Shift-F10 is pressed. The relevant code can be found in ImplHandleKey(...) in vcl/source/window/winproc.cxx. 1. ImplHandleKey first calls Window::KeyInput() of the focused window. This call is forwarded and propagated to the DockingWindow. 2. DockingWindow::SetFloatingMode(false) is eventally called to dock the window. 3. As a consequence the floating SystemWindow is destroyed. 4. After returning from KeyInput the just destroyed Window is accessed in ImplHandleKey() which results in the crash. Step 4 seems to be executed only for the Draw/Impress child windows largely due to coincidence. --------------------------------------------------------------------- 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]
