Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#25987 closed defect (bug) (invalid)

CSS text-rendering property causing issues with headlines in Chrome

Reported by: originalexe's profile OriginalEXE Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: WordPress.org Site Keywords:
Focuses: Cc:

Description

I am running Google Chrome Version 30.0.1599.114 on latest Kubuntu and I have issues with headlines on wordpress.org website.

Issue can be spotted on this url: http://core.trac.wordpress.org/
Screenshot of the issue (also attached): http://pbrd.co/1dt1bxh

It appears that this css rule is causing the issue:

#headline h2 {
text-rendering: optimizeLegibility;
}

When set to "auto" instead of "optimizeLegibility" it no longer has such issue.
I can confirm that the issue is not happening in latest FF on the same OS.

Let me know if you need anything else.

Attachments (1)

wordpressorg issue.png (61.2 KB) - added by OriginalEXE 11 years ago.
Screenshot of an issue in Chrome

Download all attachments as: .zip

Change History (3)

@OriginalEXE
11 years ago

Screenshot of an issue in Chrome

#1 @OriginalEXE
11 years ago

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

#2 @SergeyBiryukov
11 years ago

  • Keywords needs-testing removed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.