Summary: | Bizarre hoover over text behaviour | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | davidblunkett <dav1dblunk3tt> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | argonel |
Priority: | NOR | ||
Version First Reported In: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
pink square tan demo
attachment-269544-0.html attachment-1053275-0.html |
Created attachment 185865 [details]
attachment-269544-0.html
Thst would be the show color when hovering option. You would get a similar
result hovering over the words blue or red, or over some color in
hexadecimal format.
Ok - that works - colours - I suppose "tan" might be a colour. What possible reason is there for coding this into konsole? how do I turn this off? I can't help thinking this is completely un-useful bloat! (In reply to davidblunkett from comment #2) > Ok - that works - colours - I suppose "tan" might be a colour. It uses the color names found in https://www.w3.org/TR/SVG11/types.html#ColorKeywords. > ... how do I turn this off? The setting is "Preview Colors on hover" in the profile's Mouse -> Miscellaneous settings. n.b. Prior to Konsole version 22.07 the setting was called "Allow Color Filters". As of version 24.05 (released 23 May 2024), the preview has a caption. Thanks - I've disabled it. I can't really understand why there might be a usage case for such a feature! (especially enabled by default) Created attachment 185959 [details] attachment-1053275-0.html dont be closed minded. there is a lot of developers that uses konsole + a text editor to program graphical interfaces and by hovering on a hexadecimal color makes their lifes easier. its essily disabled, and its enabled by default for discoverability. if you think less than 1kb of code is bloat, man, nothing to say here. On Tue, 21 Oct 2025 at 11:26 davidblunkett <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=510712 > > --- Comment #4 from davidblunkett <dav1dblunk3tt@hotmail.com> --- > Thanks - I've disabled it. > > I can't really understand why there might be a usage case for such a > feature! > (especially enabled by default) > > -- > You are receiving this mail because: > You are the assignee for the bug. |
Created attachment 185853 [details] pink square tan demo If I hoover the mouse pointer over the word "tan" konsole produces a strange pink square. I've not noticed it do this for any other word and I've not down anything that makes "tan" special (such as search). It doesn't work for "ta" and it doesn't work for the string "tan" inside another string (eg stan and tango are normal). It respects certain white space so " tan " " tan(" ")tan" "*tan" both produce the square but "stan" doesn't. I can only presume this is some feature I'm unaware of gone wrong but what it is I've no idea.