Created attachment 144142 [details] Dimension line shape to reproduce the bug Open attached file. Click on the measure line and open the Dimensions dialog from the context menu. Notice, that the fields "Line distance", "Left guide" and "Right guide" do not show the actual values. In fact the values in these fields are limited to 1cm, although the values in the drawing can be larger. It was OK in Version 4.0.1.2 (Build ID: 84102822e3d61eb989ddd325abf1ac077904985) It fails in Version: 4.5.0.0.alpha0+ Build ID: 40b1e8266e47792d354cd457c652bfb0f0a21e69 TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-02-11_00:13:43 Locale: en_US
Created attachment 144143 [details] Commented screenshot The file has a commented screenshot, so that you can easier see, which distance in the drawing belongs to which field in the dialog.
Repro. Tried to bibisect on Linux with 42max, but unfortunately it has many commits, where the dialog is shown in a huge size with only the OK, Cancel, Help buttons visible. When I did git bisect visualize, the remaining suspects included a repo commit with a large number of non-buildable commits. Arch Linux 64-bit Version: 6.2.0.0.alpha0+ Build ID: 033a68c49fe2b8aa397832d92d400eb0259ea809 CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; Locale: fi-FI (fi_FI.UTF-8); Calc: threaded Built on September 5th 2018
Dear Regina Henschel, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
The error still exists in Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community Build ID: d49277fc7c017c5a62a0c28af782cfc04a6460ab CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: CL
The mechanism is in cui/uiconfig/ui/dimensionlinestabpage.ui and cui/source/tabpages/measure.cxx Taking a look at git history of cui/source/tabpages/measure.cxx, I noticed: a8dd49b9fc59371ff8edb31082bbd4f1b6179b1c Convert dimension lines tab page to widget UI (see https://cgit.freedesktop.org/libreoffice/core/commit/?id=a8dd49b9fc59371ff8edb31082bbd4f1b6179b1c) There was: - MetricField MTR_LINE_DIST - { - HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_LINE_DIST"; - Border = TRUE ; - Pos = MAP_APPFONT ( 78 , 14 ) ; - Size = MAP_APPFONT ( 42 , 12 ) ; - TabStop = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Unit = FUNIT_MM ; - DecimalDigits = 2 ; - Minimum = -10000 ; - First = -10000 ; - Maximum = 10000 ; - Last = 10000 ; - SpinSize = 10 ; - }; so we should have range between -1000 and +1000 cm.
I gave a try with https://gerrit.libreoffice.org/c/core/+/137553
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d39a6726b8583086215a4452ce6867eb20c118d8 tdf#119246: Dimensions dialog has wrong values in several fields It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Patch waiting for review in 7.4 here: https://gerrit.libreoffice.org/c/core/+/137523
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/38bd5a2a8c967acaf3bc79ca4a1167b3cdbddd8d tdf#119246: Dimensions dialog has wrong values in several fields It will be available in 7.4.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/f60240494420b590d00c064a2469922a921a4a19 tdf#119246: Dimensions dialog has wrong values in several fields It will be available in 7.3.6. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/957bc2fe7093aa060f2e0abbc52cf107156e9a43 tdf#119246: sd: Add UItest It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.