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





------- Additional comments from [email protected] Mon Jan 12 15:13:23 +0000 
2009 -------
Search and replace is applied to the normal view, notes, and handout view. 
Therefore sometimes during a search the views have to be switched.
Switching from one view to another nowadays an asynchronous process (in 2.0
times it was not). In order to do it in the middle of the (old) search and
replace code I had to resort to a trick/hack: request the view switch then call
reschedule until the request is processed.  
The problem with this approach is that calling reschedule in the middle of some
function is never a good idea, because, like in this case, it can lead to
strange problems and crashes.

A proper fix would require the search and replace code to be cleaned up so that
it can cope with the asynchronous view switching.

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