Bug 47890

Summary: Mailmerge: Dialog must remember increased size and increase records area and not space above OK/Cancel buttons
Product: LibreOffice Reporter: Ray D <hein2hork>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: normal CC: alois.klotz, cno, dominique, heiko.tietze, jimmysleep, jrk33, m.weghorn, sasha.libreoffice, timur, xiscofauli
Priority: medium    
Version: Inherited From OOo   
Hardware: Other   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=144771
Whiteboard: BSA
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 102998, 109265    
Attachments: Mail Merge window in stardard size

Description Ray D 2012-03-26 02:59:48 UTC
Created attachment 59054 [details]
Mail Merge window in stardard size

Problem description: 

When working with the mailmerge window, this window cannot remember its previous size. It falls back to a default size. This is extremely uncomfortable when working with multiple queries.

Steps to reproduce:
1. write a letter with mail merge functions
2. go to file - print, answer the dialogue with "yes" (do you want to print a form letter?)
3. the windows which opens now is the mail merge window

Current behavior:
The window always opens in default size, so I cannot see all of my queries.

Expected behavior:
The window should remember its size, when it has been opened and resized before.

Platform (if different from the browser): 
Linux (Debian testing), 
LibreOffice 3.4.5 
OOO340m1 (Build:502)
              
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0
Comment 1 sasha.libreoffice 2012-06-19 03:07:39 UTC
Thanks for bugreport
May be resize functionality added recently and not completely finished.

Where is more handy to hold window size: in document (each document hold it's own windows size) or in LibreOffice profile (on size for all documents)?
Comment 2 Ray D 2012-06-25 07:44:25 UTC
Hello Sasha,

I think it would be better to hold it in LibreOffice profile but with the option that the user is able to change the size. If this is not possible (or too difficult) I would take the other solution.

Anyway, most important is to integrate the functionality, not so important where :-)

Thanks for your work.
Comment 3 Cor Nouws 2013-10-27 15:29:20 UTC
Hi,

I guess this has allways been the case.. so set to New, Enhancement and Inherrited from OOo.

Best,
Cor
Comment 4 Timur 2020-02-08 17:06:03 UTC
*** Bug 129245 has been marked as a duplicate of this bug. ***
Comment 5 Timur 2020-03-26 12:19:03 UTC
*** Bug 124220 has been marked as a duplicate of this bug. ***
Comment 6 Timur 2022-07-08 09:55:40 UTC
Hi Heiko. I noticed you worked on a dialog size, please see this. Or just disregard and hide :)
Comment 7 Heiko Tietze 2022-07-13 11:26:36 UTC
sw/source/ui/dbui/mailmergewizard.cxx is a weld::AssistantController and set_window_state() as in https://gerrit.libreoffice.org/c/core/+/135889 does not work.