[wp-trac] [WordPress Trac] #23042: Post edit page may become almost unusable and textarea resize not saved

WordPress Trac noreply at wordpress.org
Sat Jan 5 02:33:05 UTC 2013


#23042: Post edit page may become almost unusable and textarea resize not saved
--------------------------+-----------------------
 Reporter:  kinderr@…     |       Owner:  azaozz
     Type:  defect (bug)  |      Status:  assigned
 Priority:  normal        |   Milestone:  3.5.1
Component:  Editor        |     Version:  3.5
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+-----------------------

Comment (by azaozz):

 Replying to [comment:16 nacin]:

 Most of it comes from using the newer jQuery syntax for attaching events,
 `.on()` and `.off()` instead of `.mousemove()` and `.mouseup()` as it
 allows for simpler detaching.

 The changes in 23042-2.patch are that it will reset the height if it's
 outside the normal range (50px -- 5000px). It also doesn't use
 `jQuery(element).css('height')` as this would return a calculated height
 instead of an empty string if the height is not set.

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


More information about the wp-trac mailing list