Steps to Reproduce: 1. Type the following in a sheet: a 1 2. Draw pivot table and try to drag and drop field "a" to the column or row arear. --> No reaction. 版本: 6.5.0.0.alpha0+ Build ID: fa8c85fa90e9565a357b247a69f930098d11ff84 CPU 线程: 4; 操作系统: Linux 5.4; UI 渲染: 默认; VCL: gtk3; 区域语言: zh-CN (zh_CN.UTF-8); UI 语言: zh-CN Calc: threaded
OS: Fedora 31. Regression, bisected to: commit fa8c85fa90e9565a357b247a69f930098d11ff84 (HEAD) Author: Caolán McNamara <caolanm@redhat.com> Date: Thu Jan 16 16:38:15 2020 +0000 weld gallery panel @Caolán: Would you please take a look?
On pc Debian x86-64 with master sources updated today, I could reproduce this with gtk3 rendering. I don't reproduce this with gen rendering. I don't think it's related but a bit weird, each time I type something on a cell, I got: warn:svx:222330:222330:svx/source/accessibility/AccessibleTextHelper.cxx:1362: DBG_UNHANDLED_EXCEPTION in virtual void accessibility::AccessibleTextHelper_Impl::Notify(SfxBroadcaster&, const SfxHint&) exception: com.sun.star.uno.RuntimeException message: Text forwarder is invalid, model might be dead If only someone could choose to fix Accessible part for GSoc... :-)
No pb too with kf5 (and far more reactive than gtk3!)
Kevin: do you have the same results as those I got?
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/09fdcd6b67524d2f3ef410f40953c46d42b83e36 Resolves: tdf#130347 we always need the drag-begin signal in GtkTreeView It will be available in 7.0.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.
On pc Debian x86-64 with master sources updated today, I don't reproduce this anymore. Thank you Caolán!