To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104181
------- Additional comments from [email protected] Wed Aug 12 09:38:06 +0000 2009 ------- Happens with grid controls only, and is a regression of some drawing layer fixes done in one of the dba32* CWSes in m52 ... The problem here is that hovering with the mouse does a hit test on the control shape, which for this purpose retrieves the decomposition of the respective view primitive. Since the above mentioned fix, this does a re-positioning of the control (effectively a XWindow::setPosSize), which in turn generates an artificial MouseMove event (why?), which for visible controls (grid controls are visible in design mode) results in requesting a tooltip help, which starts the same process, again. So, we constantly live in a a "find out which control the mouse is over, and display the tool tip" loop :( --------------------------------------------------------------------- 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]
