[wp-trac] [WordPress Trac] #26202: Plugin install/update thickbox title should truncate at 103 characters

WordPress Trac noreply at wordpress.org
Sun Nov 24 16:38:21 UTC 2013


#26202: Plugin install/update thickbox title should truncate at 103 characters
----------------------------+------------------------------
 Reporter:  usayd           |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  trunk
 Severity:  minor           |  Resolution:
 Keywords:  has-patch       |
----------------------------+------------------------------

Comment (by ocean90):

 Please use `…` for the hellips and `mb_substr()` for truncating.

 To be responsive we can also add some CSS like

 {{{
 #TB_ajaxWindowTitle {
         -o-text-overflow: ellipsis;
         text-overflow:    ellipsis;
         width: 90%;
         white-space: nowrap;
         overflow: hidden;
 }
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26202#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list