Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14688 closed defect (bug) (fixed)

No Helvetica/sans-serif fonts in Twenty Ten in IE6

Reported by: iammattthomas's profile iammattthomas Owned by:
Milestone: Priority: normal
Severity: minor Version:
Component: Themes Keywords: has-patch
Focuses: Cc:

Description

nbachiyski pointed me to this -- because of the attribute selector at the end of the Helvetica/sans-serif font declaration in Twenty Ten, IE6 chokes on the entire thing and as such, all text in Twenty Ten in IE6 displays in Georgia.

I'm including a patch that declares the font for submit input elements separately. This is somewhat inelegant, but seems like a reasonable compromise for IE6. Props to nbachiyski for the fix.

Attachments (1)

ie6.patch (431 bytes) - added by iammattthomas 14 years ago.
Moves font family declaration for inputs with attribute "submit" away from all others, so IE6 correctly displays sans-serif fonts everywhere else.

Download all attachments as: .zip

Change History (5)

@iammattthomas
14 years ago

Moves font family declaration for inputs with attribute "submit" away from all others, so IE6 correctly displays sans-serif fonts everywhere else.

#1 @peaceablewhale
14 years ago

  • Keywords has-patch added; ie6 twentyten removed

#2 @nbachiyski
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [15532]) Set IE6 incompatible CSS rule in a different selector, because it causes all headings to be set in Georgia instead of Helvetica & co. Fixes #14688. Props iammattthomas

#3 @nbachiyski
14 years ago

  • Milestone Awaiting Review deleted

#4 @nacin
14 years ago

(In [15785]) Set IE6 incompatible CSS rule in a different selector. fixes #14688 for 3.0. props iammattthomas

Note: See TracTickets for help on using tickets.