Skip to main content

Search and Top Navigation

#3626 closed enhancement (fixed)

Opened November 26, 2008 06:14PM UTC

Closed December 22, 2008 02:51PM UTC

ui.accordion resize not possible

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

It's not possible to resize ui.accordion menu when the browser window is resized.

the problem is described at http://groups.google.com/group/jquery-ui/browse_thread/thread/12f2f0674cd0ed44

A solution could be http://groups.google.com/group/jquery-ui/browse_thread/thread/f4b963fc7f387a56

Attachments (1)
Change History (4)

Changed December 20, 2008 03:38AM UTC by vmx comment:1

I've attached an updated version of the fix. As it is only about the height (and not the width) I renamed the method to updateHeight().

Changed December 20, 2008 10:40AM UTC by jzaefferer comment:2

milestone: TBD1.next

Changed December 22, 2008 02:50PM UTC by jzaefferer comment:3

milestone: 1.next1.6

Changed December 22, 2008 02:51PM UTC by jzaefferer comment:4

resolution: → fixed
status: newclosed

Fixed in [1204]. Its now called resize, for now handles only height, but that may change in the future.