[Libreoffice-bugs] [Bug 142649] New: LibreOffice window size is too small after resizing with clicking the "Restore Down" button
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 4 11:35:19 UTC 2021
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: libreoffice-bugs at lists.freedesktop.org
Reporter: binli at gnome.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210604/d2afd3f7/attachment.htm>
More information about the Libreoffice-bugs
mailing list