Opened 12 years ago
Closed 10 years ago
#7547 closed bug (worksforme)
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. http://jsfiddle.net/W2pz8/1/
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.