NEW 16613
Visited Links with UTF-8 Chars ignored
https://bugs.webkit.org/show_bug.cgi?id=16613
Summary Visited Links with UTF-8 Chars ignored
brian.suda
Reported 2007-12-26 13:27:06 PST
I linked to http://en.wikipedia.org/wiki/Reykjavík and followed the link. The CSS link :visited did not style correctly. It does on the other links, but not this one or others with non-ascii chars. Characters such as the í are confusing the history to thinking they were not visited.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2007-12-26 21:28:56 PST
Confirmed with a local debug build of WebKit r28968 with Safari 3.0.4 (523.12.2) on Mac OS X 10.4.11 (8S165). Works with Firefox 2.0.0.11.
Alexey Proskuryakov
Comment 2 2010-05-20 15:54:16 PDT
See also: <rdar://problem/3557378> (visible to Apple employees only).
Robert Hogan
Comment 3 2013-03-11 04:45:30 PDT
This seems OK now. Can you confirm?
Alexey Proskuryakov
Comment 4 2013-03-11 10:12:17 PDT
I can still reproduce this with Mac port.
Zan Dobersek
Comment 5 2013-03-14 10:32:37 PDT
Can reproduce this on Gtk port, doesn't occur on Chromium. Given the following two links, <a href="Reykjav%C3%ADk.html">Link #1</a> <a href="Reykjavík.html">Link #2</a> on Gtk (and I suppose Mac as well) clicking on either link #1 or link #2 only marks link #1 as visited. Chromium marks both links as visited when either of the two is clicked.
Note You need to log in before you can comment on or make changes to this bug.