When open a menu, and click with the right mouse button then no action, only the left mouse-button close the menu.
And will fixed
I have fixed. A Example, for testing: Acronyms: MRC = mouse click right MLC = mouse click left --> = the action 1. MLC to the Menu "File" --> Opening the File-Submenu 2. MRC in the Document --> the File-Submenu close and the Submenu for the right mouse open 3. MLC to the Menu "Edit" --> The Submenu for the right mouse close and the Edit-Submenu open The same ist when you open the Style-Combobox, or a ListBox _______________________________________________________________________________ The action BEFORE this Fix was: 1. MLC to the Menu "File" --> Opening of the File-Submenu 2. MRC in the Document --> no action, you need MLC, and the MRC then Submenu for right mouse open 3. MLC to the Menu "Edit" --> The Submenu for the right mouse close but the Edit-Submenu NOT open
http://cgit.freedesktop.org/libreoffice/core/commit/?id=53c836701e22b1babd3702b502facd76236df7ff
Thanks for dealing with this long-standing annoyance, Jürgen!
Unfortunately I had to revert this :-( because it means that all disabled buttons get their "click" delivered. So disabled buttons are only visually disabled. e.g. in calc insert->object->chart and click on the disabled "back" -> crash or in writer: insert->table->autoformat, click on the disabled "rename" or "add" or "remove" and the sub dialog appears.
I fix
Now fixed the original patch 1 https://gerrit.libreoffice.org/#/c/11881/ the new patch 2 https://gerrit.libreoffice.org/#/c/12061/
Juergen Funk committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fa022a9c4fe74f3f67fb3c35ef49022842d7499b fdo#84795 Menu, DropDown-List don't disappear with right mouse click It will be available in 4.4.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 "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=473eae3a7d43ca13ef14eca844b991ffd143e3a0 Revert "fdo#84795 Menu, DropDown-List don't disappear with right mouse click" It will be available in 4.5.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 "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4f9e20c46b616c7c51bae74bfefd5247f922b2a6 Resolves: fdo#84795 Menus don't disappear with right mouse click It will be available in 4.5.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.
Hi Caolán McNamara what is the reason for revert this fix. My implementation was the same as in windows?
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c6dbd3206c23b8b54cc4392a12fb8ba11d4caf81&h=libreoffice-4-4 Resolves: fdo#84795 Menus don't disappear with right mouse click It will be available in 4.4.3. 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.