Created attachment 122323 [details] The image of the problem In the elements sidebar, if user moves the cursor to next item in the sidebar while a tooltip is being shown the text is updated but the tooltip keeps at the same place. It is not being rendered beside the element where cursor is. To simulate: 1. Move cursor to cosh() item in functions category 2. While the tooltip is being shown, move the cursor to cot() item. You will notice the tooltip keeps beside of cosh() item, but it shows text of cot() item.
Seems to be a GTK3 issue.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f6c3c942976d615972674c5a5e12337d07be104c Resolves: tdf#97495 fix SmElementsControl tooltips It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=51fd7649432aeb7a6cb5cbf3cec1e94b08412248&h=libreoffice-5-1 Resolves: tdf#97495 fix SmElementsControl tooltips It will be available in 5.1.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.