[wp-trac] [WordPress Trac] #22175: Switching to Visual Editor strips table attributes

WordPress Trac wp-trac at lists.automattic.com
Fri Oct 12 14:43:53 UTC 2012


#22175: Switching to Visual Editor strips table attributes
-----------------------------+--------------------------
 Reporter:  batmoo           |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  TinyMCE
  Version:  trunk            |   Severity:  normal
 Keywords:                   |
-----------------------------+--------------------------
 * Add or Edit a Post
 * Switch to HTML editor
 * Insert a table like below
 * Switch to Visual Editor
 * Switch back to HTML editor
 * Table attributes have been stripped: {{{<table border="0">}}}

 Example table:
 {{{
 <table border="0" align="left" cellspacing="0" cellpadding="0"
 width="100%">
 <tbody>
 <tr>
 <td>Hello</td>
 </tr>
 </tbody>
 </table>
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22175>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list