[wp-trac] [WordPress Trac] #22693: Inserted images in some cases get the wrong size

WordPress Trac noreply at wordpress.org
Tue Dec 4 13:22:03 UTC 2012


#22693: Inserted images in some cases get the wrong size
--------------------------+-----------------------
 Reporter:  jond3r        |       Owner:  nacin
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  3.5
Component:  Media         |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+-----------------------

Comment (by cdog):

 The 'selected' attribute, when present, specifies that an option should be
 pre-selected when the page loads.

 What we do is to simulate the 'selected' property using this attribute
 (which is not it's purpose).

 attachment:22693.5.diff handles dropdowns using
 [http://api.jquery.com/select/ .select()] to trigger the event and
 [http://api.jquery.com/selected-selector/ :selected] selector to match the
 selected element.

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


More information about the wp-trac mailing list