Created attachment 116602 [details] screenshot of dual screen showing tooltip placement bug how to reproduce: with a dual screen extended desktop set up, open a libreoffice component eg. writer or scalc. move the application window to the second screen. once moved it can be windowed or full screen on the second screen. move mouse over any tool button or document part for which a tooltip pops up. The tool tip will appear only on the first screen, not on the second screen. expected behaviour: tip should show on the same screen as the application is running on, near to the cursor position.
I can not confirm with LO 4.4.3, win7, 2 monitors
me neither LibO 4.4.3.2 under Win8.1 x64 which Windows version are you using? did you try resetting the user profile? https://wiki.documentfoundation.org/UserProfile
I am using windows 7 home premium 64bit. Having tested further, the problem occurred after I added the second monitor (without rebooting the pc). Windows recognised and configured the monitor, but libreoffice obviously did not realise the hardware had been added (and thus the screen width had been increased). having made no changes other than restarting the pc with both screens attached has fixed the problem. I guess that a simple check of the screen size when the window is moved might help. I did open another instance of writer before restarting which still exhibited the problem, but as a reboot fixed it, it is probably pretty low priority.
I confirm bug under Win8.1 x64 using LibO 4.4.3.2 if you start with already 2 monitors connected the tooltips are correctly shown in both of them. but if the second monitor connected later, the tooltips are still shown in the primary monitor status NEW. edited summary notes.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.5 or 5.2.1 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20160920
I can confirm the bug is still present with v5.2.1.2 on windows 7 home premium. If the second screen's data connection is disconnected before a libreoffice application is run, and then is connected while the LO application is still running, if you drag the running program window to the second screen, all tool tips are limited to the far right edge of the first screen. It looks like the positioning of the tool tip has it's (x + width) position truncated/checked against the screen width when the program loaded, instead of against the current screen width. an option would be that if the placement x position is larger than the recorded screen width, then the current screen width should be updated, and the positioning then re-checked. something like the following psudo-code .... if ((tooltip.x+tooltip.width)>screen.width) { /* re-get screen width in case it has changed */ screen.width=getcurrentscreenwidth(); if ((tooltip.x+tooltip.width)>screen.width) { /* adjust x position of tooltip so it fits on screen */ tooltip.x=screen.width-tooltip.width; } } ... in the tooltip position checking routine would likely resolve the issue.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
problem not occuring in libreoffice 5.4.3