#3815 closed bug (fixed)
Resizable: absolutely positioned element inside scrollable element is repositioned when resized
Reported by: | robmonie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.10.0 |
Component: | ui.resizable | Version: | 1.6rc4 |
Keywords: | haspatch position | Cc: | |
Blocked by: | Blocking: |
Description
Scenario:
A scrollable container that is scrolled by some number of pixels contains an absolutely positioned element (relative to the scrollable) that is resizable.
Problem:
On resizing of the resizable element, it is moved vertically up by the same number of pixels that the scrollable container is scrolled.
The attached test case has further details
Attachments (1)
Change History (12)
Changed 14 years ago by
Attachment: | jquery-ui-1.6-tests.zip added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:3 Changed 12 years ago by
Any chance someone can fiddle up a non-working version of this one? I haven't had any luck, it seems to work correctly every time for me...
comment:4 Changed 12 years ago by
Here is a fiddle of it not working based on the example provided in the zip attachment. Scroll the div down, then resize the resizable and it will jump up the same amount as you scrolled. http://jsfiddle.net/x83Pa/4/
comment:5 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:8 Changed 10 years ago by
Keywords: | haspatch added; resizable removed |
---|---|
Status: | new → open |
Summary: | Resizable absolutely positioned element inside scrollable element is repositioned when resized → Resizable: absolutely positioned element inside scrollable element is repositioned when resized |
Another test case from closed duplicate issue http://jsfiddle.net/tj_vantoll/wLrwt/.
comment:9 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Resizable: use css() instead of position() for absolute placement. Fixes #3815 - Resizable: absolutely positioned element inside scrollable element is repositioned when resized
Changeset: a1b32b59d57c2171af9ba0ed6b35ccde28794e3b
comment:10 Changed 10 years ago by
Milestone: | 2.0.0 → 1.10.0 |
---|
Test Case