Problem description: When trying to use an icon sets as conditional formatting, which has more than three icons, one cannot specify the conditions for all of them, but only the first three ones. Steps to reproduce: 1. Formatting>Conditional Formatting>Condition>All Cells>Icon Sets 2. Choose icon set with more than three items 3. try to specify the condition of the 4th or 5th icon Current behavior: Not possible. Only via closing the management dialog and then clicking Edit... allows to specify all conditions. Expected behavior: It should be posiible while setting up the conditional formatting. Operating System: Ubuntu
Seems like all that is missing is a call to ScCondFormatWindow::RecalcAll which takes care of calculating the new height of an conditional entry. As a workaround for now you can also just add a new entry and delete it immediately again. This calls the same method.
Markus Mohrhard committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=92a8be9fb4877d43e099c99d067bd3f06397d212 UI does not update correctly for icon sets, fdo#58308 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.
Markus Mohrhard committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4d46369f128393441ca87945cb419fe1350d1feb&g=libreoffice-4-0 UI does not update correctly for icon sets, fdo#58308 It will be available in LibreOffice 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.