https://bugs.kde.org/show_bug.cgi?id=510860
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from [email protected] --- I think I figured out the cause of this and https://bugs.kde.org/show_bug.cgi?id=511875 (and possibly other tooltip positioning issues in QML apps). Here in Kirigami's SelectableLabel tooltip's x and y properties are overwritten: https://invent.kde.org/frameworks/kirigami/-/blob/e2ef3baddb292cb8b796854e879f1b028cfa1ea8/src/controls/SelectableLabel.qml#L325 This is **bad** because ToolTip accessed via attached property is global. This makes original x and y bindings in qqc2-desktop-style's ToolTip to break everywhere where attached ToolTip is used. Not sure what the correct fix should be (Binding?). -- You are receiving this mail because: You are watching all bug changes.
