Bug 464541

Summary: qtcreator tooltips/popups doesnt follow mouse movement if already shown
Product: [Plasma] kwin Reporter: Tom Englund <tomenglund26>
Component: wayland-genericAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: minor    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
URL: https://bugreports.qt.io/browse/QTBUG-110425
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Tom Englund 2023-01-20 09:23:32 UTC
SUMMARY
popups/tooltips? in qtcreator doesnt follow the mouse. if i hover one file it shows the filepath, if i move the mouse over to another item and continue to traverse the file list the popup stays in the same place as the first shown but edits the text. 


STEPS TO REPRODUCE
1.  open qtcreator and a project with a few files
2.  hoover the mouse over one file until the tooltip/popup shows
3.  begin move the mouse down over other files so the tooltip/popup changes

OBSERVED RESULT
popup changes text but does not move.


EXPECTED RESULT
on x11 it does follow the mouse when hoovering other items. it can be "moved" if you simply close the popup by not hoovering anything and then approach a new item.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.26.5
(available in About System)
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Comment 1 Vlad Zahorodnii 2023-01-20 12:19:23 UTC
iirc xdg-popup repositioning was added after 5.15 release. qtwayland needs to gain support for xdg_popup.reposition. Can you file a Qt bug report please and leave a link here?
Comment 2 Tom Englund 2023-01-20 13:13:25 UTC
(In reply to Vlad Zahorodnii from comment #1)
> iirc xdg-popup repositioning was added after 5.15 release. qtwayland needs
> to gain support for xdg_popup.reposition. Can you file a Qt bug report
> please and leave a link here?

seems to exist one already, so il leave it at that then :)
https://bugreports.qt.io/browse/QTBUG-110425