Bug Tracker

Changeset 5647

Show
Ignore:
Timestamp:
05/21/08 02:45:20 (8 months ago)
Author:
braeker
Message:

#2318 fixed - Accordion - IE6,7-/Win - Extra vertical space in Lists with anchors display:block

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/ui.accordion.js

    r5433 r5647  
    3636            options.active = findActive(options.headers, options.active); 
    3737             
     38            // IE7-/Win - Extra vertical space in Lists fixed 
     39            if ($.browser.msie) { 
     40                this.element.find('a').css('zoom', '1'); 
     41            } 
     42             
    3843            if (!this.element.hasClass("ui-accordion")) { 
    3944                this.element.addClass("ui-accordion"); 
     
    200205            clicked.parent().andSelf().addClass(options.selectedClass); 
    201206        } 
     207         
     208        //options.active.parent().andSelf().css('zoom', '1'); 
     209        //clicked.parent().andSelf().css('zoom', '1'); 
    202210         
    203211        // find elements to show and hide