To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90033
                 Issue #|90033
                 Summary|application crashes shutting down toolbars
               Component|framework
                 Version|DEV300m12
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|cd
             Reported by|pl





------- Additional comments from [EMAIL PROTECTED] Tue May 27 17:39:11 +0000 
2008 -------
- On a mac: open writer
- open font color controller in toolbar
- press "Cmd-Q" to quit the office
-> kaboom

The reason is that while disposing the font color controller the corresponding
floating window gets hidden leading to a toolbar paint and reformatting. However
the window toolbar items that already were disposed (style controller, font
family and size), have left dangling pointers in the toolbox list. Since
ToolBarManager::CreateControllers sets the item windows originally I suggest
that ToolBarManager::RemoveControllers should call SetItemWindow(NULL) for 
parity.

Platform probably should be "All" since this should actually happen on all
platforms, if you exit the desktop while one of those controllers are open. On
Mac however this is easier to force. One more hint: Cmd-Q triggers
Desktop::QueryExit. Funny enough this does not happen when simply closing the
document, so in that case probably something runs differently.

---------------------------------------------------------------------
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]

Reply via email to