| Summary: | When I click on a link ending with a "/" knode del the "/" before sending it to my customized viewer: /usr/bin/mozilla -remote openurl(%u,new-tab) | ||
|---|---|---|---|
| Product: | [Unmaintained] knode | Reporter: | Saigam <saigam> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | luigiwalser |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Saigam
2003-06-18 23:14:25 UTC
Also, when a link ending in "/" appears in Knode, and you right-click it and Choose Copy Link Location it leaves it off. The root of these problems are probably the same. *** Bug 61292 has been marked as a duplicate of this bug. *** Subject: kdepim/knode CVS commit by maragato: Don't remove the ending slash from URL's CCMAIL: 60026-done@bugs.kde.org M +0 -3 knarticlewidget.cpp 1.160 --- kdepim/knode/knarticlewidget.cpp #1.159:1.160 @@ -1510,7 +1510,4 @@ void KNArticleWidget::anchorClicked(cons } - if (target.endsWith("/")) - target.truncate(target.length()-1); - if((button==LeftButton)||(button==MidButton)) { KNGroup *g; |