Opened 12 years ago
Last modified 10 years ago
#6860 open bug
Resizable: Problem using both the helper and alsoResize options
Reported by: | tasso85 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've noticed this problem, using jquery 1.4.4 and jquery ui 1.8.7: if you setup a resizable element with both the alsoResize option and the helper option, when you try to resize it what you get is that the helper is shown as it should, preventing the immediate resize of the resizable element, but the element specified in the alsoResize options is resized immediately and not on resize end.
This looks like an incorrect and inconsistent behaviour to me. Here is an example: http://jsfiddle.net/4LEGA/
Change History (8)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
updated the fiddle with jquery-ui 1.8.9 http://jsfiddle.net/4LEGA/9/
comment:4 Changed 12 years ago by
Updated the fiddle again with jquery 1.6.2 and jquery-ui 1.8.14 http://jsfiddle.net/4LEGA/26/ the problem is still present.
I wonder if this has been seen, at least, since it's been open for more than half a year, with no reply at all.
comment:5 follow-up: 6 Changed 12 years ago by
tasso85: we're not working on interactions right now as they're all going to be rewritten for 2.0. If someone provides a reasonable pull request, we'll review it, but other than that we're not really looking at non-blocker bugs in interactions right now.
comment:6 Changed 12 years ago by
@Scott:
I see. Well, thanks to have pointed this out, at least I know that the report has at least been acknowledged.
I'll try to see if I'm able to fix this myself, but I've never worked on the jquery source code before, I just used it...
comment:7 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:8 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | resisable problem using helper and alsoResize → Resizable: Problem using both the helper and alsoResize options |
Still an issue in 1.9.1. Updated and minified test case - http://jsfiddle.net/tj_vantoll/Gp6WG/.
updated the fiddle: http://jsfiddle.net/4LEGA/1/