Bug 37646 - Unreproducible: LastResort used for latin glyphs
Summary: Unreproducible: LastResort used for latin glyphs
Status: RESOLVED DUPLICATE of bug 12483
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Minor
Assignee: Nobody
URL: https://en.wikipedia.org/wiki/Recharg...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 02:45 PDT by Nicholas Shanks
Modified: 2023-06-04 22:43 PDT (History)
4 users (show)

See Also:


Attachments
screenshot (675.83 KB, image/png)
2010-04-15 02:45 PDT, Nicholas Shanks
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2010-04-15 02:45:43 PDT
Created attachment 53421 [details]
screenshot

I was browsing the web last month when I saw this. I tried to reproduce it this morning with no success. ‘Always use ATSUI’ must not have been active because this is a new-ish machine and I had not enabled the internal debug menu yet.

Steps taken were:
1) log in to wikipedia to establish cookie
2) search google for "accus battery"
3) click the wikipedia result "ACCU (battery)"
4) get redirected to "rechargable battery"

Also may or may not be relevant but my wikipedia monobook.css page has Gentium set as my body face:


/* global */
#globalWrapper { font: medium "Gentium"; }
q, blockquote { font-family: inherit; }
h1, h2, h3, h4, h5, h6, th, strong, b { font-family: "Georgia", "Times", serif; }
h1, h2 { text-shadow: 2px 2px 3px #CCC; }
h3 { font-weight: normal; }
h4 { color: #666; }
textarea { font-family: monospace; font-size: 9pt; }
a:link, a:visited { text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }

/* classes */
.editsection { position: relative; top: 1ex; }
span.texhtml { font-family: inherit; }
.IPA { color: #033; }
.IPA-SAMPA .SAMPA { display: none; }

/* page-specific divs */
#ipa-table tr { display: none; }
#ipa-table tr.gb,
#ipa-table tr:first-child { display: table-row; }

/* specific divs */
#siteSub, #siteNotice,
#editpage-specialchars,
#editpage-copywarn,
#editpage-copywarn2,
#footer, .printfooter { display: none; }
div#column-one > div#p-cactions.portlet > ul > li,
div#content { background: white; }
#toc { border-color: #8A8; background-color: #F8FFF8; margin-left: auto; margin-right: auto; }

/* toolbars */
#column-one { padding-top: 1.68em; }
#p-logo, #p-search, #p-personal li#pt-logout,
#n-help, #n-contact, #n-sitesupport,
#t-print, #t-permalink, #t-cite { display: none; }
#p-cactions > ul > li.selected,
#p-cactions > ul > li#ca-edit,
#p-cactions > ul > li#ca-edit > a,
#ca-edit, #ca-edit a, #ca-edit > a:link[href] { font-weight: normal !important; }
#ca-edit a { content: "edit"; }
#p-personal a:hover,
#p-personal a:visited:hover { background-color: transparent; text-decoration: underline; }
#pt-userpage { text-transform: lowercase; }
#p-cactions li { background-color: white; }
#p-cactions li.selected { border-color: #AAA; }
#p-cactions ul li, #p-cactions ul li a
{
  border-radius-topleft: 4px;
  border-radius-topright: 4px;
}
#content
{
  border-radius-topleft: 4px;
}
.pBody
{
  margin-left: -1px;
  border-radius-topright: 4px;
  border-radius-bottomright: 4px;
}

/* remove link icons */
div#bodyContent a[href^="http:"],
div#bodyContent a[href^="https:"],
div#bodyContent a[href^="mailto:"],
div#bodyContent a[href^="news:"],
div#bodyContent a[href^="gopher:"] { background: none; padding-right: 0px; }

/* english only */
#lang-100 { display: none; }
Comment 1 Ahmad Saleem 2023-06-03 16:59:56 PDT
Safari Technology Preview 171 seems to load the URL file:

https://en.wikipedia.org/wiki/Rechargeable_battery

I don't think we need to track this anymore but would leave for someone else to take a look.

I think customized css might an issue here from Comment 0:

"Also may or may not be relevant but my wikipedia monobook.css page has Gentium set as my body face"
Comment 2 Karl Dubost 2023-06-04 22:43:00 PDT
Yes I closed a similar bug last month: bug 12483

*** This bug has been marked as a duplicate of bug 12483 ***