Closed
Bug 631598
Opened 14 years ago
Closed 14 years ago
Panorama uses the wrong font on Mac
Categories
(Firefox Graveyard :: Panorama, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pcwalton, Assigned: pcwalton)
References
Details
(Keywords: polish)
Attachments
(2 files, 4 obsolete files)
(deleted),
patch
|
faaborg
:
ui-review+
sdwilsh
:
approval2.0+
|
Details | Diff | Splinter Review |
(deleted),
image/png
|
Details |
On the Mac, Panorama uses Tahoma instead of Lucida Grande, the UI font.
Comment 2•14 years ago
|
||
I believe just font: message-box; should work here.
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> I believe just font: message-box; should work here.
It doesn't work, because Panorama changes the font size manually, which overrides that font declaration. We need to set only the font family.
Comment 4•14 years ago
|
||
This works just fine over here:
data:text/html,<body style="font: message-box; font-size: 20px">Test
Assignee | ||
Comment 5•14 years ago
|
||
Oh, huh, if you leave the font-size in it works. Thanks for the tip. Here's a new patch that fixes Windows as well (bug 630777).
Attachment #509831 -
Attachment is obsolete: true
Attachment #509875 -
Flags: review?(ian)
Attachment #509831 -
Flags: review?(ian)
Comment 6•14 years ago
|
||
What's the !importing supposed to override?
Assignee | ||
Comment 7•14 years ago
|
||
Dunno, but removing it seems to work. New patch attached.
Attachment #509875 -
Attachment is obsolete: true
Attachment #509876 -
Flags: review?(ian)
Attachment #509875 -
Flags: review?(ian)
Comment 8•14 years ago
|
||
Comment on attachment 509876 [details] [diff] [review]
Proposed patch, version 3.
Please remove the !important in gnomestripe as well.
Attachment #509876 -
Flags: review?(ian) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Patch version 4 attached. Requesting approval; this is a very low-risk three-line CSS change that changes the font of the tabs.
Attachment #509876 -
Attachment is obsolete: true
Attachment #509880 -
Flags: approval2.0?
Comment 10•14 years ago
|
||
Comment on attachment 509880 [details] [diff] [review]
Proposed patch, version 4.
Why "font" on linux and mac but "font-family" on windows?
Updated•14 years ago
|
Assignee | ||
Comment 11•14 years ago
|
||
Ouch, leave it to me to screw that up. New version of the patch attached.
Attachment #509880 -
Attachment is obsolete: true
Attachment #509889 -
Flags: approval2.0?
Attachment #509880 -
Flags: approval2.0?
Comment 12•14 years ago
|
||
Comment on attachment 509889 [details] [diff] [review]
Proposed patch, version 5.
This should have ui-review before asking for approval.
Attachment #509889 -
Flags: approval2.0?
Assignee | ||
Updated•14 years ago
|
Attachment #509889 -
Flags: ui-review?(faaborg)
Assignee | ||
Comment 13•14 years ago
|
||
Screenshot attached.
Updated•14 years ago
|
Attachment #509889 -
Flags: ui-review?(faaborg) → ui-review+
Assignee | ||
Comment 14•14 years ago
|
||
Comment on attachment 509889 [details] [diff] [review]
Proposed patch, version 5.
Approval requested again!
Attachment #509889 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #509889 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 15•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 16•14 years ago
|
||
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b12pre) Gecko/20110215 Firefox/4.0b12pre
Verified issue and it's no longer present.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•