To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74392
------- Additional comments from [EMAIL PROTECTED] Tue Feb 13 11:49:33 +0000 2007 ------- Test suggested by pjanik: disable MouseMove events. Now the tips work in the correct manner ( delay, then display, then removed ) when the mouse is moved over a toolbat icon and the mouse button held down for a while. How to disable: +++ aqua/source/window/salframe.cxx 13 Feb 2007 11:48:57 -0000 @@ -1202,7 +1202,7 @@ case kEventMouseUp: eventkind = SALEVENT_MOUSEBUTTONUP; break; - case kEventMouseMoved: +// case kEventMouseMoved: case kEventMouseDragged: eventkind = SALEVENT_MOUSEMOVE; break; --------------------------------------------------------------------- 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]