Bug 126437

Summary: DOCX: MSForm is gone if deleted and undo
Product: LibreOffice Reporter: Xisco Faulí <xiscofauli>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: michael.stahl, raal, xiscofauli, zolnaitamas2000
Priority: medium Keywords: bibisected, bisected, filter:docx
Version: 6.4.0.0.alpha1+   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=128739
Whiteboard: target:6.4.0
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 105948, 113363    

Description Xisco Faulí 2019-07-17 08:55:29 UTC
Steps to reproduce
1. Open attachment 145334 [details]
2. Select the data picker ( second from the bottom ) and delete it.
3. Undo

-> The dropdown icon is no longer displayed and double clicking on it does nothing.

Reproduced in

Version: 6.4.0.0.alpha0+
Build ID: 47a774fbef8c224e4853de3fdd0230b9442bb716
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
Comment 1 Xisco Faulí 2019-07-17 08:57:02 UTC
The import part was implemented recently in https://cgit.freedesktop.org/libreoffice/core/commit/?id=df4fe4504f6d966d1d92433862dc1baf2ba008d4

@Tamás Zolnai, I thought you might be interested in this issue...
Comment 2 raal 2019-08-02 15:24:20 UTC
Confirm Version: 6.4.0.0.alpha0+ (x64)
Build ID: bebc2280e43fc381e9085f2a397dad9dd7701fdd
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win;
Comment 3 NISZ LibreOffice Team 2020-03-30 17:27:21 UTC
This works fine in 6.4.0, started to not lose the date picker dropdown in:

https://git.libreoffice.org/core/+/1140dae89387b2012bfba6e97c6475cf39cf101b

author
Michael Stahl <Michael.Stahl@cib.de> Fri Nov 15 16:44:23 2019 +0100 
committer
Michael Stahl <michael.stahl@cib.de> Tue Nov 19 16:07:58 2019 +0100 

tdf#128739 sw: delete fieldmarks if exactly selected ...

@Michael Stahl Thanks for fixing this!