Opened 14 years ago
Closed 10 years ago
#4701 closed bug (duplicate)
Resizable: Issue resizing with a scrollable containment: 'parent'
Reported by: | oggy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is a variant of #3074. The workaround presented there doesn't work when the string "parent" is passed as the containment option. I've attached a fix, though it could probably be improved since the containerElement is already calculated elsewhere in the code.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | resizable_3074.patch added |
---|
comment:1 Changed 14 years ago by
Component: | ui.core → ui.resizable |
---|---|
Milestone: | TBD → 1.8 |
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Resizable jumps when in scrolled container. → Resizable: Issue resizing with a scrollable containment: 'parent' |
comment:4 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
Duplicate of #3815.
This was actually fixed by https://github.com/jquery/jquery-ui/commit/a1b32b59d57c2171af9ba0ed6b35ccde28794e3b for #3815. The test case works fine with updated version numbers: http://jsfiddle.net/tj_vantoll/YwMXS/4/.
Note: See
TracTickets for help on using
tickets.
This is still an issue in 1.9.1 - http://jsfiddle.net/tj_vantoll/YwMXS/.