| Summary: | EDITING: wrong sorting when copying results to another sheet | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | spYre <jm.zambon> |
| Component: | Calc | Assignee: | Kohei Yoshida <kohei> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cno, jm.zambon |
| Priority: | medium | Keywords: | regression |
| Version: | 4.3.1.1 rc | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | target:4.4.0 target:4.2.7 target:4.3.3 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
spYre
2014-09-17 16:47:14 UTC
The bug can be reproduced with the 4.3.2.1 RC (Build ID: f9b3ad49d92181b0a1fe7e76f785a2c2cd0847d3). hi spYre, Can confirm this on daily (master 4.4) > Set to new. Thanks for reporting! I reset the importance for the moment. Cheers, Cor Was OK in 4.3.0.4, broken in 4.3.1.1 Sorting is basic feature... yes, but copying results to another position... no. Also I guess that the failure will be visible immediately. Note for the developer: When Sheet1.A1 is empty and Results are copied to Sheet2.A1 the range on Sheet1 is mangled too: - - - - - - - - - - - Sheet1 Sheet2 1 4 1 3 3 1 4 6 5 76 6 5 34 34 76 1 23 23 - - - - - - - - - - - Easy 5-minute fix. Already fixed locally. Will push shortly. Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5fd4679e7b92f344ea867e0dca1fc4c9363ae2cd fdo#84009: Be sure to update the sheet index when moving the sort range. 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. Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8af25862f1782ff1fb0f66415e3a2d624f61d737 fdo#84009: Adjust the test case to catch this. 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. Fixed on master, and backports to 4.2 and 4.3 on the way. Kohei Yoshida committed a patch related to this issue. It has been pushed to "libreoffice-4-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8066367bbe0adebae515862ebd260560657ace02&h=libreoffice-4-2 fdo#84009: Be sure to update the sheet index when moving the sort range. It will be available in LibreOffice 4.2.7. 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. Kohei Yoshida committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=14907346d792f2f93a00083bbab5086cf56ddb24&h=libreoffice-4-3 fdo#84009: Be sure to update the sheet index when moving the sort range. It will be available in LibreOffice 4.3.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. |