Opened 8 years ago
Closed 8 years ago
#24329 closed defect (bug) (fixed)
Twenty Thirteen: Comment Name to length stretches into comment
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
I finally moved twenty thirteen to my actual website (yeah!) and I found an issue in a comment author area.
His nickname is CambridgeBayWeather which is 20 characters long and all one word. This make his nickname stretch into the actual comment field.
See Screenshot: http://cl.ly/image/1C313Z0Q1N1O
And Direct Link: http://robertdall.com/2013/04/29/expo-86-lies-and-wikipedia/#comment-18
Attachments (4)
Change History (14)
#4
follow-up:
↓ 5
@
8 years ago
24329.2.patch uses hyphens
.
I've just noticed that if both -moz-hyphens: auto
and word-wrap: break-word
are specified (like for .entry-content
currently), Firefox ignores the former and uses the latter.
#5
in reply to:
↑ 4
@
8 years ago
Replying to SergeyBiryukov:
24329.2.patch uses
hyphens
.
I've just noticed that if both
-moz-hyphens: auto
andword-wrap: break-word
are specified (like for.entry-content
currently), Firefox ignores the former and uses the latter.
Hmm, you're right. We should probably put the word-wrap
on the container element (like the article
) and hyphens
only on the *-content
element.
#6
@
8 years ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 24332:
#7
@
8 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
[24332] didn't fix the original issue for me: 24329.png.
You can see it live: http://ruproject.wordpress.com/2008/05/29/hello-world/#comment-5
Tested in Firefox 21, Chrome 27, IE 8, IE 10, Opera 12 on Windows 7 and Windows XP.
#8
follow-up:
↓ 9
@
8 years ago
Could it be because of language hyphenation settings? Can you try a really long name in Russian instead of English?
Otherwise we'll need to go with break-word
and not hyphenation in this case.
#9
in reply to:
↑ 8
@
8 years ago
Replying to lancewillett:
Could it be because of language hyphenation settings? Can you try a really long name in Russian instead of English?
A long name in Russian gets hyphenated in Firefox, but not in Chrome, IE or Opera (see the same link above for a live example).
I think
hyphens
would make more sense here. With the removal in r24153 we'll probably see a few cases like this that were "working" before because hyphens were applied to everything.