#22359 closed defect (bug) (fixed)
Twenty Twelve: Wrap Long Text and URLs In Article Content
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | xoodrew@… |
Attachments (2)
Change History (11)
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 3.5
comment:2
in reply to:
↑ description
obenland — 7 months ago
comment:3
JustinSainton — 7 months ago
- Keywords has-patch added; needs-patch removed
comment:4
georgestephanis — 6 months ago
I like it -- my only hesitancy is whether the properties are better placed at the bottom of the styling block as per http://make.wordpress.org/core/handbook/coding-standards/css/#property-ordering
comment:5
DrewAPicture — 6 months ago
22359-root.diff regenerates break-long-text-in-articles.patch from the WP root.
comment:6
DrewAPicture — 6 months ago
- Cc xoodrew@… added
On this test URL, 22359-root.diff works as expected for me on:
iPad IOS6
- Safari 6
- Chrome 21
Android
- Android browser 2.3
- Firefox 16
comment:7
lancewillett — 6 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 22576:
comment:8
lancewillett — 6 months ago
In 22577:
comment:9
lancewillett — 5 months ago
Noting for future reference, in order for CSS hyphenation to work correctly the blog's language must be set to match the post or page content. (US English = "en-US" for example.)
See notes in http://wordpress.org/support/topic/strange-word-breaks-in-posts-since-11-update?replies=8#post-3569034 and http://www.quirksmode.org/blog/archives/2012/11/hyphenation_wor.html


Replying to philiparthurmoore:
I don't think so. Do you want to add a patch?