https://bugs.documentfoundation.org/show_bug.cgi?id=142649

            Bug ID: 142649
           Summary: LibreOffice window size is too small after resizing
                    with clicking the "Restore Down" button
           Product: LibreOffice
           Version: 6.4.7.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

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;

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to