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
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.
Attachments (0)
Change History (2)
Changed October 11, 2012 02:52PM UTC by comment:1
milestone: | 1.9.0 → 2.0.0 |
---|
Changed November 06, 2012 04:02AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
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.