| Summary: | [testcase] Visited links not marked if URL contains spaces | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Michael Driscoll <fenris> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | aiacovitti |
| Priority: | NOR | ||
| Version First Reported In: | 4.8.3 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Michael Driscoll
2005-05-16 17:53:58 UTC
I can confirm half of it. The URLs with spaces aren't marked as visited. However, reloading doesn't have any effect. By the way, the site should be using %20 instead of spaces. trunk 410603. Confirmed on Konqueror 4.0.3 if the image is opened in a new tab. If the link containing spaces is opened in a new window or in the same tab, the image is right marked as visited.
Simple testcase:
---- index.html ----
<html><head><title>TEST</title></head>
<body>
The next link is not marked as visited<br/>
<a href="./example one.html">example one.html</a><br/>
The next link is correctly marked as visited<br/>
<a href="./example_two.html">example_two,html</a>
</body>
-------------------
After create two files: "example one.html" (with a space) and "example_two.html"
Dear user, KHTML (and KJS) was a long time more or less unmaintained and got removed in KF6. Please migrate to use a QWebEngine based HTML component. We will do no further fixes or improvements to the KF5 branches of these components beside important security fixes. For security issues, please see: https://kde.org/info/security/ Sorry that we did not fix this issue during the life-time of KHTML. Greetings Christoph Cullmann |