Bug 16613
| Summary: | Visited Links with UTF-8 Chars ignored | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | brian.suda |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Minor | CC: | ap, beidson, mrowe, robert, zan |
| Priority: | P2 | ||
| Version: | 523.x (Safari 3) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
| URL: | http://en.wikipedia.org/wiki/Reykjavík | ||
brian.suda
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
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
See also: <rdar://problem/3557378> (visible to Apple employees only).
Robert Hogan
This seems OK now. Can you confirm?
Alexey Proskuryakov
I can still reproduce this with Mac port.
Zan Dobersek
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.