Bug 373659

Summary: (Wayland) Tooltips appear on top-left until window is clicked on some applications.
Product: [Plasma] kwin Reporter: Ramon Dantas <ramon100.black>
Component: wayland-genericAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: minor    
Priority: NOR    
Version First Reported In: 5.8.4   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ramon Dantas 2016-12-14 20:45:11 UTC
When opening some Qt5 application on Wayland that uses tooltips, they will appear on the top-left corner until the window is clicked.

Steps:
1. Open a Qt5 application (tested with System Settings and KInfoCenter)
2. Without clicking the window, hover somewhere to show a tooltip. It will appear on the top-left corner.
3. Click the window, and hover it again. It will display correctly.

Reproductible: Always.
Comment 1 Martin Flöser 2016-12-15 16:50:21 UTC
the tooltips of System Settings and KInfoCenter are already fixed in the respective applications.

From KWin side it's an invalid bug as it's a problem in the application.
Comment 2 Ramon Dantas 2016-12-16 00:40:20 UTC
Thanks for the answer, glad to see it is fixed. Will the fix be released on 5.9?