[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-10-04 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=432860

--- Comment #21 from Patrick Silva  ---
(In reply to Vlad Zahorodnii from comment #13)
> Note that the ^ mr only fixes decoration tooltips inside kwin, there's an
> upstream bug about popups being incorrectly placed in normal apps
> https://bugreports.qt.io/browse/QTBUG-85297

Qt bug is fixed in Qt 6.4 but the tooltips of apps built against Qt 6 like
Strawberry music player are still misplaced on Wayland.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.25.90
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Graphics Platform: Wayland

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-07-06 Thread Damian Kaczmarek
https://bugs.kde.org/show_bug.cgi?id=432860

--- Comment #20 from Damian Kaczmarek  ---
Nate Graham can we reopen in case other users suffer from this issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-07-06 Thread Damian Kaczmarek
https://bugs.kde.org/show_bug.cgi?id=432860

--- Comment #19 from Damian Kaczmarek  ---
Created attachment 150457
  --> https://bugs.kde.org/attachment.cgi?id=150457=edit
Screen layout

For reference, this is my screen layout. Not sure why the bug was marked as
resolved when it's clearly not resolved. Just because the bug exists in
mainstream doesn't mean the users do not suffer with this project. I personally
think it's a very bad practice to close the issue in the actual project which
is suffering. Upstream may not even care about the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-07-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432860

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REOPENED|RESOLVED

--- Comment #18 from Nate Graham  ---
In that case, it's one of these two Qt bugs:

- https://bugreports.qt.io/browse/QTBUG-102982
- https://bugreports.qt.io/browse/QTBUG-49663

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-07-02 Thread Damian Kaczmarek
https://bugs.kde.org/show_bug.cgi?id=432860

--- Comment #17 from Damian Kaczmarek  ---
Created attachment 150356
  --> https://bugs.kde.org/attachment.cgi?id=150356=edit
Screenshot of tooltip being in wrong place

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-07-02 Thread Damian Kaczmarek
https://bugs.kde.org/show_bug.cgi?id=432860

Damian Kaczmarek  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 CC||rus...@gmail.com
 Status|RESOLVED|REOPENED
Version|5.22.0  |5.25.2

--- Comment #16 from Damian Kaczmarek  ---
I just switched to Wayland from X11 and encountered this issue on Plasma 5.25.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-02-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432860

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.24.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-02-11 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=432860

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/712dbc412275 |ma/kwin/commit/f065d74af6eb
   |585344f5b13d982939d288a0aea |bf749a9513da372218b2d8df871
   |2   |8

--- Comment #15 from Vlad Zahorodnii  ---
Git commit f065d74af6ebbf749a9513da372218b2d8df8718 by Vlad Zahorodnii.
Committed on 11/02/2022 at 13:33.
Pushed by vladz into branch 'Plasma/5.24'.

wayland: Fix mispositioned decoration tooltips

QPlatformScreen::virtualSiblings() must return a list of screens on the
virtual desktop, otherwise QToolTip will use
QGuiApplication::primaryScreen() instead of looking up the screen where
the decoration tooltip must be shown using QDesktopWidget::screenNumber().


(cherry picked from commit 712dbc412275585344f5b13d982939d288a0aea2)

M  +6-1src/plugins/qpa/integration.cpp
M  +2-1src/plugins/qpa/integration.h
M  +17   -1src/plugins/qpa/screen.cpp
M  +4-1src/plugins/qpa/screen.h

https://invent.kde.org/plasma/kwin/commit/f065d74af6ebbf749a9513da372218b2d8df8718

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-02-11 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=432860

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/712dbc412275
   ||585344f5b13d982939d288a0aea
   ||2
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #14 from Vlad Zahorodnii  ---
Git commit 712dbc412275585344f5b13d982939d288a0aea2 by Vlad Zahorodnii.
Committed on 11/02/2022 at 10:08.
Pushed by vladz into branch 'master'.

wayland: Fix mispositioned decoration tooltips

QPlatformScreen::virtualSiblings() must return a list of screens on the
virtual desktop, otherwise QToolTip will use
QGuiApplication::primaryScreen() instead of looking up the screen where
the decoration tooltip must be shown using QDesktopWidget::screenNumber().

M  +6-1src/plugins/qpa/integration.cpp
M  +2-1src/plugins/qpa/integration.h
M  +17   -1src/plugins/qpa/screen.cpp
M  +4-1src/plugins/qpa/screen.h

https://invent.kde.org/plasma/kwin/commit/712dbc412275585344f5b13d982939d288a0aea2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-02-11 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=432860

--- Comment #13 from Vlad Zahorodnii  ---
Note that the ^ mr only fixes decoration tooltips inside kwin, there's an
upstream bug about popups being incorrectly placed in normal apps
https://bugreports.qt.io/browse/QTBUG-85297

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-02-11 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=432860

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #12 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/1999

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-02-10 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=432860

--- Comment #11 from skierpage  ---
I noticed something like this, but slightly different to other reports. I have
an external DisplayPort monitor above my laptop screen, and I keep my task bar
and most windows on the upper display. Today I noticed that the tooltips for
the titlebar icons of every window on the upper screen appear at the top of the
laptop display below, see attachment. You can see the the tooltip is in the
correct horizontal position but on the wrong display, as if it's constrained to
fit on the laptop display.

Application tooltips, applet tooltips, etc. all appear in the correct place on
the correct display; titlebar icon tooltips of windows on the laptop (lower)
display appear in the correct place. I've never noticed this before, and in
this session I changed my Colors theme to fix bug 449587; I suspect the glitch
will go away after I restart. I adjusted monitor positions slightly and changed
my Colors theme again and the glitch remained. Nothing appears in journalctl at
the time I hover over a titlebar icon, though I see a bunch of
> plasmashell[1437] This plugin does not support viewport positions
in journal output.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 35
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.5-200.fc35.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-6300U CPU @ 2.40GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 520

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2022-02-10 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=432860

skierpage  changed:

   What|Removed |Added

 CC||skierp...@gmail.com

--- Comment #10 from skierpage  ---
Created attachment 146554
  --> https://bugs.kde.org/attachment.cgi?id=146554=edit
kwin titlebar tooltip appears on wrong display, in correct horizontal position

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2021-10-30 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=432860

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #9 from Patrick Silva  ---
Same bug affects Kicker and popups of applets in system tray, see bug 443843.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2021-08-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432860

--- Comment #8 from Nate Graham  ---
*** Bug 438643 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 432860] [wayland] tooltips appear in wrong place

2021-08-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432860

Nate Graham  changed:

   What|Removed |Added

Product|systemsettings  |kwin
  Component|general |wayland-generic
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org

--- Comment #7 from Nate Graham  ---
Ah *those* tooltips.

-- 
You are receiving this mail because:
You are watching all bug changes.