WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 78358
169738
Link never considered "visited" if port 80 explicitly defined
https://bugs.webkit.org/show_bug.cgi?id=169738
Summary
Link never considered "visited" if port 80 explicitly defined
Jan-Gerd Tenberge
Reported
2017-03-16 01:57:15 PDT
Created
attachment 304618
[details]
Three links, one of them exhibiting the incorrect behaviour Safari will usually highlight visited links in a different color, but this does not work if the link includes the port 80. Steps to Reproduce: Create a new html document with this link <a href="
http://example.com:80
">Example</a> or open the attached test. Click the link, example.com will open correctly. Now open the document again, the link will still be displayed as not visited. This error only occurs with port 80. Links like <a href="
http://example.com:8080
">Example</a> work just fine, links without any port specification (defaulting to 80 for http) work fine, too: <a href="
http://example.com
">Example</a>. Notes: This bug has already been submitted to Apple (
rdar://11368052
) in May 2012(!).
Attachments
Three links, one of them exhibiting the incorrect behaviour
(299 bytes, text/html)
2017-03-16 01:57 PDT
,
Jan-Gerd Tenberge
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2017-03-16 12:45:51 PDT
*** This bug has been marked as a duplicate of
bug 78358
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug