Opened 12 years ago
Closed 12 years ago
#22468 closed defect (bug) (fixed)
Twenty Twelve: arrow in reply text renders poorly
Reported by: | miqrogroove | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
The "Reply" links in the Twenty Twelve theme all look like they are followed by some random garbage characters. They look more like arrows in Twenty Eleven, and they don't appear at all in my own theme. I'll attach some screen shots.
Attachments (7)
Change History (23)
#1
@
12 years ago
Are you using Windows XP font smoothing? Or rather, why aren't you? (And, why XP?)
#2
@
12 years ago
The &darr code can be found in the twentytwelve_comment() callback where it uses comment_reply_link(). Currently, http://core.trac.wordpress.org/browser/trunk/wp-content/themes/twentytwelve/functions.php#L311
I am using XP because I like it, and my computer is ancient. Font smoothing makes the text blurry and annoys me.
#4
@
12 years ago
I vote "wontfix" on this, works fine in the vast majority of browsers and OS versions.
#5
@
12 years ago
I think it's more that the underline combined with the down arrow, which descends below the baseline, looks a little weird, even in more modern combinations.
#8
@
12 years ago
On OSX does it look the same in all browsers? Maybe 1 or 2 screen shots would help.
#9
@
12 years ago
- Cc drewstrojny added
@drewstrojny What do you think about removing the underline or arrow here?
#11
@
12 years ago
Just a thought: comment_reply_link() offers an "after" argument. Move the arrow after the link, as seen here on Trac?
#13
@
12 years ago
- Milestone changed from Awaiting Review to 3.5
Nope, since it's a down arrow it doesn't need to be translated. (Left or right would for RTL languages.)
WinXP Screen Shots