Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #25008, comment 35


Ignore:
Timestamp:
08/13/2014 03:58:05 PM (12 years ago)
Author:
gregrickaby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25008, comment 35

    v3 v4  
    11Just wanted to leave a comment with a real world issue with long titles:
    22
    3 Client is uploading images (which have ridiculously long file names) and choosing "Link to attachment page". Guess what? The title extends outside the theme.
     3''Client is uploading images (which have ridiculously long file names) and choosing "Link to attachment page". Guess what? The title extends outside the theme.''
    44
    5 A case can be made, that "regular old post titles" are indeed an "Edge Case" - but long filenames are probably a more common scenario.
     5A case can be made that long, "regular old post titles" are indeed an "Edge Case" - but long filenames are probably a more common scenario.
     6
     7----
     8
     9Time for me to go on a tangent: There are like 4 or 5 similar tickets (with patches!) that have also been closed. It even failed a unit test, and was ignored! It's obviously broken, and is fixable with one line of code. Why are we still "talking" about this?
     10
     11This thread represents the very best AND worst of WordPress. Seriously.
     12
     13{{{
     14.entry-title {
     15     word-break: break-all;
     16}
     17}}}