[Webkit-unassigned] [Bug 37646] New: LastResort used for latin glyphs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 15 02:45:43 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37646

           Summary: LastResort used for latin glyphs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: contact at nickshanks.com


Created an attachment (id=53421)
 --> (https://bugs.webkit.org/attachment.cgi?id=53421)
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; }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list