| Summary: | Modifying chart data range with mouse selection doesn't update range | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Aron Budea <aron.budea> |
| Component: | Chart | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=124693 | ||
| Whiteboard: | target:6.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108539 | ||
| Attachments: | screencast from LibreOffice 6.3 master | ||
|
Description
Aron Budea
2019-04-26 08:11:13 UTC
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/3ffb0373695a7b3a7f8cab8f2b8bf259c4300a7e%5E%21 Resolves: tdf#124975 toggle parent input blocked only in set_modal It will be available in 6.3.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. Created attachment 151075 [details]
screencast from LibreOffice 6.3 master
Hello Caolán, I still can reproduce it in Version: 6.3.0.0.alpha0+ Build ID: 101eea01c778ad255d3c8467e06643b23ff6bd76 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded see attached screencast ah, I misunderstood the problem when the selection is changed, calc sets the area as the clipboard contents, seeing as the clipboard isn't tracking the gtkentry, gtk clears the gtkentry selection, so it not longer matches what was originally selected there Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/f2466b915cbf7bee03df16d0972f06155b7512de%5E%21 tdf#124975 changing the clipboard selection clears the widget selection It will be available in 6.3.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. Verified in Version: 6.3.0.0.alpha0+ Build ID: f20810f7829d9f3b7167df316e1303810b746366 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Caolán, thanks for fixing this issue!! |