[wp-trac] [WordPress Trac] #10409: TinyMCE inserts images and captions forcing fixed size

WordPress Trac wp-trac at lists.automattic.com
Tue Jul 14 22:21:08 UTC 2009


#10409: TinyMCE inserts images and captions forcing fixed size
------------------------------------------+---------------------------------
 Reporter:  liviopl                       |        Owner:  azaozz    
     Type:  defect (bug)                  |       Status:  closed    
 Priority:  lowest                        |    Milestone:  Unassigned
Component:  TinyMCE                       |      Version:  2.8.1     
 Severity:  trivial                       |   Resolution:  wontfix   
 Keywords:  css theme image height width  |  
------------------------------------------+---------------------------------
Changes (by junsuijin):

  * priority:  low => lowest
  * status:  new => closed
  * resolution:  => wontfix
  * severity:  minor => trivial


Comment:

 height="" and width="" don't need to be removed to allow CSS resizing of
 the images. Removing those attributes from the image tags causes the page
 to stop rendering until the image is completely downloaded, because it
 doesn't know what size the image will be. You can always take the
 attributes out of your code with the html view when writing/editing posts
 as well. Loading up WordPress with more options is not the answer to your
 problems.

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


More information about the wp-trac mailing list