[buddypress-trac] [BuddyPress] #3903: js for showing #whats-new-options on textarea focus has wrong value

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri Jan 6 23:51:57 UTC 2012


#3903: js for showing #whats-new-options on textarea focus has wrong value
--------------------------+-----------------------------
 Reporter:  dcavins       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Core          |    Version:  1.5.2
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 In this bit of global.js:

 /* Textarea focus */
         jq('#whats-new').focus( function(){
                 jq("#whats-new-options").animate({height:'40px'});
                 jq("form#whats-new-form
 textarea").animate({height:'50px'});
                 jq("#aw-whats-new-submit").prop("disabled", false);
         });

 The .animate({height:'40px'}); value needs to be more like 60px. I'm on a
 Mac, and if the submit button and the "Post in" drop-down both need to
 show, 40px is too short. See attached image.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3903>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list