Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4102 closed bug (fixed)

Accordion - when fillSpace: true, get a error "not a function"

Reported by: raus22 Owned by:
Priority: blocker Milestone: 1.7
Component: ui.accordion Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

From firebug i get this bug:

this.headers.next().each(function () {maxPadding = Math.max(maxPadding, $(this).innerHeight() - $(this).height());}).height(maxHeight - maxPadding).css is not a function
http://x.x.x.x:3000/javascripts/ui/ui.accordion.js?1234194616
Line 167

Change History (3)

comment:1 Changed 14 years ago by raus22

I made the error in the commitment of the ticket, and i can't edit. A mod, can you please change component to ui.accordion, and priority to critical. THANKS and sorry for the inconvenience!!!

comment:2 Changed 14 years ago by paul

Resolution: fixed
Status: newclosed

Fixed in r2060. Still, it seems there's another issue with your setup, since it only happens because maxHeight - maxPadding returns a negative value.

comment:3 Changed 14 years ago by paul

Component: ui.coreui.accordion
Note: See TracTickets for help on using tickets.