Summary: | Links in Konsole are not underline properly if they are wrapped | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | mutlu inek <mutlu_inek> |
Component: | general | Assignee: | Robert Knight <robertknight> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arvidjaar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mutlu inek
2007-12-27 18:55:06 UTC
This is still the case with the final 4.1 (from Arch's testing repo). More specifically: if a links spans more than one line, only the part in the first line is underlined and clickable. The part is the second line is neither underlined, nor clickable. *** Bug 179492 has been marked as a duplicate of this bug. *** SVN commit 906906 by wkai: BUG: 154689 use QRegion instead of QRect to represent each HotSpot's valid region when a link spans over multiple lines calculate the unites of QRects as this HotSpot's region so the link get underlined properly M +1 -2 Filter.cpp M +73 -18 TerminalDisplay.cpp M +1 -1 TerminalDisplay.h WebSVN link: http://websvn.kde.org/?view=rev&revision=906906 Hi Wang, Thank-you for fixing this, I think there are several duplicate reports which can now be closed. The patch is mostly good. The only comment I have is with regards to style, I prefer to avoid single-letter variable names except for loop counters since in the middle of a non-trivial function, 'r' could stand for any number of regions or rects which are being used at that point. Awesome! Thank you. You guys rock! :) |