Skip to main content

Search and Top Navigation

#7547 closed bug (worksforme)

Opened July 13, 2011 02:29PM UTC

Closed November 06, 2012 04:02AM UTC

absolute element in second containment can't be resized vertically

Reported by: defcon Owned by:
Priority: minor Milestone: 2.0.0
Component: ui.resizable Version: 1.8.14
Keywords: Cc:
Blocked by: Blocking:
Description

http://jsfiddle.net/W2pz8/

the 'bar' div can't be resized vertically, because it's positioned absolute (happens for example when you make the div draggable).

workaround:

position the container absolutely.

http://jsfiddle.net/W2pz8/1/

Attachments (0)
Change History (2)

Changed October 11, 2012 02:52PM UTC by scottgonzalez comment:1

milestone: 1.9.02.0.0

Changed November 06, 2012 04:02AM UTC by tj.vantoll comment:2

resolution: → worksforme
status: newclosed

The original example did not work because it used version 1.7.0 of the CSS with 1.8.14 of the JS. This works just fine with the most recent version of jQuery UI 1.9.1 (http://jsfiddle.net/tj_vantoll/49TfH/). If you have any other issues with this please comment and we can reinvestigate.