Bug 102612 - Unparsed pages after opening links from about:konqueror in new tab
Summary: Unparsed pages after opening links from about:konqueror in new tab
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 110422 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-27 19:11 UTC by Malte S. Stretz
Modified: 2009-01-01 18:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch part 1, barely tested (1.31 KB, patch)
2005-03-28 07:04 UTC, Daniel Teske
Details
Patch part 2, barely tested (7.76 KB, patch)
2005-03-28 07:04 UTC, Daniel Teske
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Malte S. Stretz 2005-03-27 19:11:33 UTC
Version:           3.4.0 (using KDE 3.4.0, Gentoo)
Compiler:          gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.10-gentoo-r4

Very smallish bug, might even be filed under Garbage In Garbage Out:

1. Go to about:konqueror
2. Hover over eg. Tips.  Note that the status bar will show the location of the local file.
3. Right-click the link, chose "Open in New Tab"
4. Enjoy an unparsed tip page.

Admitted, that's not necessarily something one does daily but it does look weird and should not be possible.

Additionally are those pages seem to be handled specially anyway, so maybe its also possible to hide the URL to the local file behind some URN like about:konqueror/tips?
Comment 1 Thiago Macieira 2005-03-28 05:36:19 UTC
Don't you like pages full of %1's?
Comment 2 Daniel Teske 2005-03-28 07:04:15 UTC
Created attachment 10378 [details]
Patch part 1, barely tested
Comment 3 Daniel Teske 2005-03-28 07:04:42 UTC
Created attachment 10379 [details]
Patch part 2, barely tested
Comment 4 Daniel Teske 2005-08-08 22:57:48 UTC
*** Bug 110422 has been marked as a duplicate of this bug. ***
Comment 5 mario tuling 2008-05-05 01:42:52 UTC
confirmed in 4.0.3
Comment 6 Jaime Torres 2008-08-07 19:41:54 UTC
Still present in 4.1.60 svn trunk 838250
Comment 7 Pino Toscano 2009-01-01 18:39:51 UTC
SVN commit 904233 by pino:

Allow about: URLs starting with "konqueror".
CCBUG: 102612


 M  +2 -2      konqmainwindow.cpp  
 M  +1 -1      konqmisc.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=904233
Comment 8 Pino Toscano 2009-01-01 18:46:35 UTC
SVN commit 904236 by pino:

Make the about: protocol return about: links to the various konqueror pages, and not links to local pages;
also serve the right contents for the various sections.
Based on a patch by Daniel Teske, thanks!

BUG: 102612


 M  +4 -4      intro.html  
 M  +14 -8     konq_aboutpage.cc  
 M  +4 -4      launch.html  
 M  +4 -4      specs.html  
 M  +4 -4      tips.html  


WebSVN link: http://websvn.kde.org/?view=rev&revision=904236