How to reproduce: - Open the attached spreadsheet document. - Edit the chart data ranges (double-click, then right-click and choose Data Ranges) - Select the y-Values line under Data ranges list Expected result: - Text label under the Data ranges list changes to "Range for y-Values"; - Text input field under this label contains the reference to the values in the sheet (e.g. $Sheet1.$A$1:$A$4) Tested that it works this way on openSuSE 12.3 (64-bit) with Version 4.1.3.2, Build ID: 410m0(Build:2) Actual result: - Text label changes to "Range for " + reference to the values (e.g. "Range for $Sheet1.$A$1:$A$4" ) - Text input field remains empty. Tested on Master Version: 4.3.0.0.alpha0+ Build ID: 802ca8cd36c4b08c629a956a4ed774e70e6c0060 on openSuSE 12.3 (64-bit, git pull 17 December 2013)
Created attachment 90902 [details] Example reproducer document that contains a simple chart
TESTING with LO 4.2.0.1 + Ubuntu 12.04.3 (In reply to comment #0) > How to reproduce: > - Open the attached spreadsheet document. > - Edit the chart data ranges (double-click, then right-click and choose Data > Ranges) > - Select the y-Values line under Data ranges list > I first had to go to the 'Data Series' tab, then Data ranges -> 'Y-Values'. > Expected result: > - Text label under the Data ranges list changes to "Range for y-Values"; > - Text input field under this label contains the reference to the values in > the sheet (e.g. $Sheet1.$A$1:$A$4) For me, the text label changed to "Range for Y-Values", and the text input field changed to "$Sheet1.$A$1:$A$4" So NOREPRO > Tested that it works this way on openSuSE 12.3 (64-bit) with Version > 4.1.3.2, Build ID: 410m0(Build:2) > Yep, works with 4.2.0.1 as well, so quite possibly a regression on the 4.3 branch?
CONFIRMED on LO 4.3.0.0.alpha0+ on Ubuntu 12.04.3. (Following repro instructions from comment 0) Keyword: regression
May be due to conversion do UI of datarangedialog.src Commit db666bdf0c048cec17669096cda414c4b48fc1ec
I believe its due to http://cgit.freedesktop.org/libreoffice/core/commit/?id=b193123b8e658d2eb25af5debe9de9e1b2386ef8
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b2d1ee5051efd6381485ff66cff3cce91e290a4 Resolves: fdo#72814 Fix Chart Data Ranges Dialog 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.
Tested with Version: 4.3.0.0.alpha0+ Build ID: 957676441635d236743b61ccb74128821d07d0d0 Fixed indeed. Thanks Caolan.