https://bugzilla.wikimedia.org/show_bug.cgi?id=34876

Krinkle <krinklem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #20 from Krinkle <krinklem...@gmail.com> 2012-08-29 12:17:46 UTC ---
Working on this now. 

Short time improvements:
- Re-using the same $collapsible jQuery object instead of re-creation of
$(this)
- Use .data instead of dom manipulation (className property)
- Use $.nodeName( HTMLElement, tag ) to detect something is an <a>, 
  instead of using creating a jQuery object and calling is.('a'), which goes
through a lot of selector stuff.
- Fix bug where it says it does instantHide but actually still triggers the
event that causes initial animations.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to