[Webkit-unassigned] [Bug 169738] New: Link never considered "visited" if port 80 explicitly defined
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 16 01:57:15 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=169738
Bug ID: 169738
Summary: Link never considered "visited" if port 80 explicitly
defined
Classification: Unclassified
Product: WebKit
Version: Safari 10
Hardware: Macintosh
OS: macOS 10.12
Status: NEW
Severity: Normal
Priority: P2
Component: History
Assignee: webkit-unassigned at lists.webkit.org
Reporter: janten at gmail.com
Created attachment 304618
--> https://bugs.webkit.org/attachment.cgi?id=304618&action=review
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(!).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170316/f82258f1/attachment-0001.html>
More information about the webkit-unassigned
mailing list