Bug 464541 - qtcreator tooltips/popups doesnt follow mouse movement if already shown
Summary: qtcreator tooltips/popups doesnt follow mouse movement if already shown
Status: RESOLVED UPSTREAM
Alias: None
Product: kwin
Classification: Plasma
Component: wayland-generic (other bugs)
Version First Reported In: git master
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: KWin default assignee
URL: https://bugreports.qt.io/browse/QTBUG...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-20 09:23 UTC by Tom Englund
Modified: 2023-01-20 13:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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