Closed
Bug 52269
Opened 25 years ago
Closed 24 years ago
psm_ui.properties contains hard-coded font specifications
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: amasri, Assigned: ddrinan0264)
Details
psm_ui.properties contains hard-coded font specifications that are platform
specific and locale specific. These specifications should be moved to
psm_text.properties, which should be located in the language pack (see bug
#51463).
Comment 1•25 years ago
|
||
Changing QA contact and component to Crypto.
Assignee: mstoltz → ddrinan
Component: Security: General → Security: Crypto
QA Contact: czhang → junruh
Comment 2•25 years ago
|
||
Reassigning to the Crypto people
Comment 3•25 years ago
|
||
Could you tell us which ones in particular? We may not find the ones you're
talking about.
| Reporter | ||
Comment 4•25 years ago
|
||
Here are some examples of what I'm referring to. Please do not consider this
list exhaustive. Generally speaking, any specification as to font size or weight
need to be tokenized because (a) other character sets may not look good in the
same size or weight as US English fonts; (b) other character sets may not use
bold or italic fonts in the same way that US English does; and (c) other
character sets may use font size specifications to regulate the length or height
of text fields so that they fit within space allotted.
in psm_ui.properties:
in definition of secadvmodalstyle_content:
font-size:16pt;
font-size:10pt;
in secadvtopstyle_content:
font-size:12pt
font-size:16pt
font-weight:bold
font-size:10pt
font-size:9pt
in secadvleftstyle_content:
font-weight:bold
font-size:9pt
in secadvfootstyle_content:
font-size:10pt
in secadvcontentstyle_content:
font-size:10pt
font-weight:bold
font-size:9pt
in titlestyle_content:
font-size:12pt
font-weight:bold
font-size:16pt
in standalonefoot_content:
font-size:10pt
in standalone_content:
font-size:10pt
font-size:16pt
font-weight:normal
in kgmain_content:
font face="{nsm_font}" size=+2 (NOTE: Relative font sizes may display badly
if target charset doesn't have a display font in the relative size.)
in toptabskel:
font size=-1
in cert_others_content:
font size=-1
in cert_mine_content:
font size=-1
in view_ca_cert_main_content:
font size=-1
Comment 6•24 years ago
|
||
Marking wontfix. This bug seems to be irelevant with PSM 2.0
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 8•24 years ago
|
||
David, is this file no longer used in PSM 2.0? If not, what is the PSM 2.0 story
for localization? Is there documentation about how this will work? I'm concerned
that the same problem may exist in PSM 2.0.
Status: VERIFIED → REOPENED
Resolution: WONTFIX → ---
| Reporter | ||
Comment 9•24 years ago
|
||
I received documentation from Michele, so I'm no longer in the dark on this.
Changing resolution to closed-wontfix. BTW: plans look excellent. Color me
pleased.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WONTFIX
Comment 11•24 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.1
Comment 12•24 years ago
|
||
Mass changing Security:Crypto to PSM
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•