The new Elements Dock window has no tooltips, neither the simple ones nor the extended tips.
I can confirm that. Tested using Linux Mint 15 x64 Version: 4.2.0.0.alpha0+ Build ID: 55ff402fa24bcf9478e7fde94f2ab57c2223b7f
Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9e06b6906745c16af92a5f3c40b01479f24dab22 fdo#65586: Add tooltips to Elements Dock in Math 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.
I will try to put the correct tooltips this week. For now, tooltips are sames as the text of the element. So, let's work with hrc/src files :)
There is a way to add a help text inside a menu item like MenuItem { Identifier = RID_PLUSX; HelpId = HID_SMA_PLUSX; Text = "+a"; }; ? If yes, this will help a lot to solve this bug.
I send an patch to gerrit: https://gerrit.libreoffice.org/#/c/6540/ Can someone please take a look?
Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c83d876c2ae0bd88cb92e5829edd93641779ea23 fdo#65586: Add tools tips in Math Elements Dock 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.
Can someone test this in daily builds?
Works great in LO daily for Win7 (Build: 7c19dd02d9241e06ecfeeb9ba4ab2971cba7ef43). I'll check on Linux at the next opportunity. Great job!