To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75416


User os changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|os                        |lijian
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Mar 20 11:52:30 +0000 
2007 -------
The provided patch has the drawback that the navigation toolbox is always teared
off. 
The reason for the crash is the fact that the execution of repeated search is
done synchronously. The message box initiates the destruction of the navigation
toolbox while the MouseButtonUp event is still in processing. 

To fix this I propose to move the execution of the search from
SwView::MoveNavigation to an asynchronously called static link.

See IMPL_STATIC_LINK( SwGlobalTree, ShowFrameHdl,...) in
sw/source/ui/utlui/glbltree.cxx as example of asynchronous execution.

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