| Summary: | Clicking the position and size box without an object selected disables future selection. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | DrC <chris.cowsley> |
| Component: | Draw | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | minor | CC: | caolan.mcnamara, kendy, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.1 all versions | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.2.0 target:7.1.0.0.beta2 target:7.0.5 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
DrC
2020-12-16 01:28:25 UTC
Reproduced in Version: 7.2.0.0.alpha0+ Build ID: 8b3982681e98818388c09233960ad6eaacee205a CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded pressing ESC button helps to select the shape Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=d3dbbdce4eb71ae848e7682374e011c4a6129b15 author Jan Holesovsky <kendy@collabora.com> 2018-01-17 15:20:31 +0100 committer Jan Holesovsky <kendy@collabora.com> 2018-01-18 15:18:16 +0100 commit d3dbbdce4eb71ae848e7682374e011c4a6129b15 (patch) tree c27c21e950212b14fa441d0b3bc8280047907305 parent e6e125946358865990ea999c8a4845ec84eb7088 (diff) lokdialog: Convert the Format -> ... -> Position and Size... to async exec. Bisected with: bibisect-linux64-6.1 Adding Cc: to Jan Holesovsky @Caolán, I thought you might be interested in this issue I imagine the block of... Invalidate(SID_RULER_OBJECT); Cancel(); should be called on all the early returns that don't popup the dialog Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c4f5b1b4fa4cb2b4c1d60e2f5dd4b068ea740c48 tdf#138963 Clicking the position statusbar box disables selection It will be available in 7.2.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/fc3ba80047a12c8577fc695e58fc8cb576777d83 tdf#138963 Clicking the position statusbar box disables selection It will be available in 7.1.0.0.beta2. 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. fixed in master and 7-1, backport to 7-0 in gerrit Verified in Version: 7.2.0.0.alpha0+ Build ID: 4484accf4d331a95ebf8475d6cd91950f4c27bcc CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Caolán, thanks for fixing this issue!! Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/594a27f191347fadf25ddf795b4f68263ef8abb2 tdf#138963 Clicking the position statusbar box disables selection It will be available in 7.0.5. 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. |