[wp-trac] [WordPress Trac] #21605: Fix TinyMCE statusbar styling

WordPress Trac noreply at wordpress.org
Sun Oct 21 17:36:07 UTC 2012


#21605: Fix TinyMCE statusbar styling
--------------------------+------------------------------
 Reporter:  azaozz        |       Owner:
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  TinyMCE       |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by azaozz):

 Replying to [comment:8 nacin]:
 > But, I'd rather just get rid of path...

 We've had the path since adding TinyMCE. It is an "advanced" feature but
 also the only way to select the outer element when several blocks are
 nested. For example:

 {{{
 <table><tr><td>
   <div>
     <p>Some text</p>
   </div>
 </td></tr></table>
 }}}

 The bug described in this ticket seems to be extremely rare. It happens
 only when several block are nested and each has multiple long-ish class
 names. I've triggered it while testing/working on the prototype code for
 the TinyMCE Views but never seen it in a normal post.

 Best way to fix this would be to do it with css, however it can only
 truncate the end of the string, not the beginning.

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


More information about the wp-trac mailing list