Created attachment 131652 [details] Screenshot after switch to search for attribute When you search for an attribute or for a format in the Find&Replace dialog, then a line is added below the Find: field. This shifts the rest down, so that the buttons overlap, see attached screenshot. If you close and open the dialog again, the dialog has adapted to the new height. So the problem is only, that it does not adapt immediately.
Confirmed in Version: 5.4.0.0.alpha0+ Build ID: d3676ceeec55a41337ce5e6bc596f4f100d0638e CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); Calc: group and Version: 5.2.0.0.alpha1+ Build ID: 5b168b3fa568e48e795234dc5fa454bf24c9805e CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; Locale: ca-ES (ca_ES.UTF-8) Steps: 1. Open writer 2. Edit - Find & Replace 3. Expand submenu - Format 4. Select a font color 5. Ok
*** Bug 115199 has been marked as a duplicate of this bug. ***
Regression started in 5.2, so likely introduced with the redesign of the dialog in bug 98539. This seems to be a refresh issue, as closing and reopening 'Options' fixes the issue.
Regression introduced by: author Akshay Deep <akshaydeepiitr@gmail.com> 2016-03-08 19:54:57 +0530 committer Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> 2016-04-04 08:51:17 +0000 commit beeef93480fae65840646e4e36aa888efe92579a (patch) tree 7bd736c58b22f84429828e32870d669cd6ea91e1 parent 0085eb42fdb7cceece11004841c50f3008c9e120 (diff) tdf#98417, tdf#98539: DIALOG: Improvements to the Find & Replace dialog. Added Find Previous Button. Replaced backward checkbox with 'Replace Backward' from other options. Modified Dialog Layout as per the attachment in bug report. Removed vertical spacing in parent_container_box to reduce height of the dialog. Removed InfoBox from ReplaceAll functionality in writer, shifted it to SearchLabel. Attribute labels only show up when attribues are used in search, else they remain hidden. Bisected with: bibisect-linux-64-5.2 Adding Cc: to Akshay Deep
*** Bug 116548 has been marked as a duplicate of this bug. ***
Created attachment 142428 [details] Find-Replace Buttons Overlap when "Attributes" selected (like tabstop) Buttons overlap in dialog - Gtk+3 Strikes Again....
*** Bug 118175 has been marked as a duplicate of this bug. ***
Its the searchdesc line of text. Its initially not visible, so the dialog is sized without its effect. Then its made visible after the dialog is shown, so things compress to try and fit it in. To solve, either the dialog is resized when searchdesc is shown/hidden or the dialog is initially sized with the space for that line of text included
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=78010a4db197ac44fb729a122464847931ee0e5b Resolves: tdf#106340 resize dialog when search/replace labels are shown/hidden It will be available in 6.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-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7dbe17d5a6b866cca9b81418f3f0cd1d32214265&h=libreoffice-6-1 Resolves: tdf#106340 resize dialog when search/replace labels are shown/hidden It will be available in 6.1.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.
Verified in Version: 6.2.0.0.alpha0+ Build ID: 4854acc7929ea58632c5d0f7f80a4adc3c62b8cd CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded @Caolán, thanks for fixing this!!