Version: unspecified (using KDE 4.5.3) OS: Linux Whenever a mouse over tooltip of a widget pops up, it is rendered outside the screen area without taking into account whether it is visible or not (unlike context menus and widgets themselves). Reproducible: Always Steps to Reproduce: a. setup two monitors so that the second one is on the right side and lower than the primary (first screenshot attachment) b. add a clock widget on the top right of the second monitor c. mouse over the clock to cause the date tooltip to appear Actual Results: The tooltip is not visible because it is rendered outside the bounds of the monitor. (second screenshot attachment) Expected Results: The tooltip appears on the upper side of the widget _but_ inside the screen.
Created attachment 53397 [details] My dual monitor settings
Created attachment 53398 [details] Example of "hidden" tooltip
Git commit b296f1199b6c10d03ebd704fd27d516df783afb6 by Matthias Fuchs. Committed on 28/07/2011 at 18:53. Pushed by mfuchs into branch 'master'. Correctly display popups when using multiple screens If there are multiple screens with different resolutions or which are not alligned the same way then it could happen that popups at the edge were drawn (partially) offscreen. This patch fixes that issue. REVIEW:102118 BUG:256835 FIXED-IN:4.7.1 (cherry picked from commit c50f180f29a5d46093e0172baf71f6dcf9f23281) M +16 -14 plasma/corona.cpp http://commits.kde.org/kdelibs/b296f1199b6c10d03ebd704fd27d516df783afb6