Opened 12 years ago
Last modified 11 years ago
#8044 open bug
Resizable: Bug using helper and containment on an absolutely positioned element
Reported by: | alfatek | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Sample: http://jsbin.com/ocezic/4
Take the box at the top left corner and make it a little bit bigger vertically. After the resize you can see that the box changes its place which is not supposed to happen...
If no "helper" is defined everything works Ok.
Teste in FF 3.6.25, IE9-Win, and Chrome 16.0.912.75 m
Change History (4)
comment:1 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Resizable with helper defined changes position of absolute positioned element → Resizable: Bug using helper and containment on an absolutely positioned element |
comment:4 Changed 11 years ago by
Note that under these circumstances not only does the resizable move the containment handling is also broken, like due to the same problem that is causing the resizable
to move.
Note: See
TracTickets for help on using
tickets.
Confirmed this is an issue in 1.9.1 and trimmed down the test case - http://jsfiddle.net/tj_vantoll/vmJC2/. It looks to happen when both the
helper
andcontainment
options are set on an absolutely positionedresizable
.