https://bugs.kde.org/show_bug.cgi?id=522994
Bug ID: 522994
Summary: FormLinkDelegate: Show URL in a tooltip on hover
Classification: Frameworks and Libraries
Product: kirigami-addons
Version First 1.12.1
Reported In:
Platform: openSUSE
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
DESCRIPTION
When running a Kirigami-based app containing FormLinkDelegates on desktop, it
would be nice for the link destination to be shown in a tooltip when hovering
over the FormLinkDelegate, so the user has some idea of where they would go if
they clicked the link.
STEPS TO REPRODUCE
1. Run, for example, KClock in a desktop OS
2. Navigate to Settings, About KDE
3. Hover the mouse pointer over the Homepage link
OBSERVED RESULT
No tooltip.
EXPECTED RESULT
A tooltip to appear showing "https://kde.org/"
SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20260709
KDE Plasma Version: 6.7.2
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
Kernel Version: 7.1.3-1-default (64-bit)
ADDITIONAL INFORMATION
The fix is to add something like the following:
Controls.ToolTip {
text: url
}
which I have tested locally on a desktop and works as expected (I have not
tested on mobile), but I wanted to check if this is an acceptable idea first
before submitting an MR.
--
You are receiving this mail because:
You are watching all bug changes.