[buddypress-trac] [BuddyPress] #1940: Mysterious minified javascript in global.js

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sun Feb 28 23:02:50 UTC 2010


#1940: Mysterious minified javascript in global.js
---------------------+------------------------------------------------------
Reporter:  rvenable  |       Owner:       
    Type:  defect    |      Status:  new  
Priority:  minor     |   Milestone:  1.2.2
Keywords:            |  
---------------------+------------------------------------------------------
Changes (by rvenable):

 * cc: rvenable (added)


Comment:

 Thanks for letting me know that code is the easing plugin, that helped me
 figure out why it is breaking qTip.

 The problem is that qTip tries to use the 'swing' easing, which comes
 default in jQuery, but the version of easing that is in global.js (which
 looks to be 1.1.1) breaks the 'swing' easing (it does this by recreating a
 new easing class which overrides the old one and doesn't include 'swing'
 at all). So, this issue will not only affect qTip, but any javascript that
 tries to use the jQuery 'swing' easing.

 The newest version of the [http://gsgd.co.uk/sandbox/jquery/easing/ easing
 plugin] ([http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js
 version 1.3]) doesn't break the 'swing' easing. Is there a reason version
 1.1.1 was used instead of 1.3?

 If you upgrade to 1.3, you should note that the names of the easings
 changed in 1.2, so you will have to take that into account.

-- 
Ticket URL: <http://trac.buddypress.org/ticket/1940#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list