Skip to main content

Search and Top Navigation

#4352 closed bug (duplicate)

Opened March 16, 2009 10:45PM UTC

Closed March 18, 2009 10:31AM UTC

Last modified October 11, 2012 09:15PM UTC

accordion does not work if the -content div has a no border width specified

Reported by: enerdev Owned by:
Priority: major Milestone:
Component: ui.accordion Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

symptoms similar to Ticket #4336

If loading an accordion through ajax

the value of i.css("borderLeftWidth"); and i.css("borderRightWidth")

is returned as the string "medium" ( returning a "NaNpx") value for the with of the div (because of parseInt)

error in the function starting with function(a) "{a.widget("ui.accordion"..."

workaround set ''border: none 0px;'' on your content div.

effects.puff and resizable might also be affected.

Attachments (0)
Change History (2)

Changed March 18, 2009 10:31AM UTC by rdworth comment:1

resolution: → duplicate
status: newclosed
summary: accordion does not work if the -content div has a no border with specified (ajax only)accordion does not work if the -content div has a no border width specified

Duplicate of #4331

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted