Bug win Accordion with Image Sprites and fillSpace option?
I'm trying to use the accordion for a sidebar with a graphic at the
bottom where the headers have an image sprite for a background and
when using the fillSpace option line 188 of v1.7.1 somehow expands to
display the entire image sprite. The offending line of code is the
last of these three from lines 186-188:
this.headers.next().each()(function() {
maxHeight = Math.max(maxHeight, $(this).outerHeight());
}).height(maxHeight);
I've attempted to figure out how to fix it but without more time than
I have to devote at the moment it's beyond my abilities so I thought
I'd just mention it here.
-Mike