[Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2025-05-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

--- Comment #5 from Dominick  ---
Unable to replicate issue by changing screen resolution. After changing
resolution, LibreOffice adjusted to the new resolution and all windows controls
were present.

Additional Information:
Version: 25.2.3.2 (X86_64) / LibreOffice Community
Build ID: bbb074479178df812d175f709636b368952c2ce3
CPU threads: 24; OS: Windows 11 X86_64 (10.0 build 26100); UI render:
Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 923da8a3855afae1f3f3a5f50d1fec08bbc02438
CPU threads: 24; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan;
VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2025-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

--- Comment #4 from Vincent Lefevre  ---
Note that this still occurs with LibreOffice 24.8.5.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2022-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

Timur  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2022-05-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

Timur  changed:

   What|Removed |Added

 Blocks||104160


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104160
[Bug 104160] [META] Bugs and features related to multiple monitor setups
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2020-12-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2020-12-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2020-12-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

--- Comment #2 from Vincent Lefevre  ---
Currently I can't test to reproduce with a change of screen definition, but I
believe that the following steps will trigger the issue:

1. On a machine with a high-definition screen connected, run "libreoffice".
2. Maximize the window (to have a better chance to reproduce the issue).
3. Quit LibreOffice.
4. Log out and switch off the machine.
5. Connect a screen with a lower definition (for a laptop, it could just be the
laptop screen, with no external monitor attached).
6. Boot and log in.
7. Run "libreoffice".

I suppose that LibreOffice doesn't detect the change of screen definition and
uses the same window size, which doesn't fit in the screen after the change of
monitor.

Actually, I could do a test by artificially resizing a window to make it larger
than the current screen definition, but I don't know whether this test is
significant or just too artificial (I just have my laptop with its 3200x1800
screen, and no external monitors here, so that I cannot test a change of the
screen definition). In case this matters, my window manager is FVWM.

Window before quitting LibreOffice:

xwininfo: Window id: 0x5a0007d "LibreOffice"

  Absolute upper-left X:  69
  Absolute upper-left Y:  104
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 4758
  Height: 2770
  Depth: 24
  Visual: 0x2b
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x5a2 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: StaticGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +69+104  --1627+104  --1627--1074  +69--1074
  -geometry 4758x2770+69+104

Window obtained after quitting and restarting LibreOffice:

xwininfo: Window id: 0x5a0007d "LibreOffice"

  Absolute upper-left X:  -1559
  Absolute upper-left Y:  -959
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 4758
  Height: 2770
  Depth: 24
  Visual: 0x2b
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x5a2 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +-1559+-959  -1+-959  -1--11  +-1559--11
  -geometry 4758x2770-1--11

What is surprising is that the position has changed completely, with large
parts in the negatives, which makes them completely inaccessible. I think this
is what makes  this bug worse: in addition to the issue that the window doesn't
fit in the screen after a change of monitor, the new startup position also
makes the window hardly controllable.

I couldn't find an existing bug with the same or a similar issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139200] A large part of the window may appear off-screen if the monitor/screen config has changed

2020-12-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139200

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Timur  ---
Incorrect bug report.You need to give reproducible steps and experienced and
expected result. Also to search for existing bugs, there are some with window
and external monitor.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs