Skip to main content

Search and Top Navigation

#4102 closed bug (fixed)

Opened February 09, 2009 03:51PM UTC

Closed February 10, 2009 09:00AM UTC

Last modified February 26, 2009 12:55PM UTC

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
Attachments (0)
Change History (3)

Changed February 09, 2009 03:59PM UTC by raus22 comment:1

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!!!

Changed February 10, 2009 09:00AM UTC by paul comment:2

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.

Changed February 26, 2009 12:55PM UTC by paul comment:3

component: ui.coreui.accordion