Description: Click the "Restore Down" button, the window resize very very small. Steps to Reproduce: 1. Launch any one of the LibreOffice group app, such as writer, then close it directly. 2. Launch writer again. 3. Click the "Restore Down" button of the app's menu tray bar Actual Results: The window size by default is not correct. Expected Results: Display normal after 'Restore down' Reproducible: Always User Profile Reset: Yes OpenGL enabled: Yes Additional Info: Debugged more about it, found the initial position in ~/.config/libreoffice/4/user/registrymodifications.xcu which made it small. If I removed the ooSetupFactoryWindowAttributes line, and restart the libreoffice, it could drop-down into the middle of screen, it expects behavior. If I don't 'Restore down' at the first time and close it, this issue will be reproduced. <prop oor:name="ooSetupFactoryWindowAttributes" oor:op="fuse"><value>0,64,4,4;5;0,64,1712,899;</value></prop> The value of that prop can be interpreted as follows: x-pos,y-pos,width,height;window-state;maximized-x-pos,maximized-y-pos,maximized-width,maximized-height;
Created attachment 172620 [details] On ubuntu 20.04.2, the screenshot of this issue.
<item oor:path="/org.openoffice.Setup/Office/Factories/org.openoffice.Setup:Factory['com.sun.star.text.TextDocument']"><prop oor:name="ooSetupFactoryWindowAttributes" oor:op="fuse"><value>72,64,2,2;5;72,64,1848,1016;</value></prop></item> If I set 72,64,2,2 to 72,64,2000,2000, then it looks good, so I want know how the libreoffice set this value.
no repro in Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: c5ca46e75e28ba4245d8544ca53c71fea87d1bbd CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: en-US (ru_RU); UI: en-US Calc: CL
*** This bug has been marked as a duplicate of bug 97894 ***