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
================================================================================
                      CC|'lijian,liutao,mba,pj,xzch|'lijian,liutao,mba,os,pj,x
                        |eng'                      |zcheng'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue May 22 14:12:58 +0000 
2007 -------
When you click on the navigator button, keep it pressed and move to the button
of the navigation PopupWindow and release the mouse then the related action is
executed and the PopupWindow is closed afterwards. If you click the button and
release it directly then the PopupWindow is teared off - it stays open as
separate toolbox window. With you fix it will always be teared off. This is not
desirable.

The bug is that the MessageBox prevents the handler (MouseButtonUp(), calling
::SelectHdl) from returning immediately. It returns after the closing of the 
MessageBox finishes the search call. The PopupWindow has been closed by vcl at
the moment you click the OKButton. This closing is initiated by the vcl lib.This
is probably done to get the PopupWindow off the stack. pj knows this better than
/me.

p.s. If you want to reach someone via issue tracker you have to make sure that
this someone is either submitter or owner of the issue or cc'ed.

cc-ing /me to this issue.

To get rid of this we need to call at least the search asynchronously. 


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