[wp-trac] [WordPress Trac] #6862: Image Alignment Changes when Author Saves

WordPress Trac wp-trac at lists.automattic.com
Mon Apr 28 11:05:39 GMT 2008


#6862: Image Alignment Changes when Author Saves
----------------------+-----------------------------------------------------
 Reporter:  scvbruce  |       Owner:  anonymous            
     Type:  defect    |      Status:  new                  
 Priority:  high      |   Milestone:                       
Component:  TinyMCE   |     Version:  2.5                  
 Severity:  major     |    Keywords:  image alignment roles
----------------------+-----------------------------------------------------
 My authors are not able to save the alignment they apply to images in
 posts with the Insert/edit emage icon.

 When "admin" edits the picture with the Insert/edit emage icon on the
 visual editor, the code looks like this:

 <strong>Does Microsoft really need Yahoo?<img class="alignright"
 style="float: right; margin: 4px;" src="http://technology.newsbyte.com/wp-
 content/uploads/2008/04/dignanperlow.jpg" alt="Dignan and Perlow"
 width="300" height="172" /></strong>


 When an "author" edits the picture with the Insert/edit emage icon on the
 visual editor, and then saves the picture, the code looks like this, and
 the alignment goes away:

 <strong>Does Microsoft really need Yahoo?<img class="alignright"
 style="4px;" src="http://technology.newsbyte.com/wp-
 content/uploads/2008/04/dignanperlow.jpg" alt="Dignan and Perlow"
 width="300" height="172" /></strong>

 It's like an author doesn't have the permission to change that part of the
 code.

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


More information about the wp-trac mailing list