Skip to main content

Search and Top Navigation

#6860 open bug ()

Opened January 14, 2011 04:58PM UTC

Last modified October 30, 2012 01:07AM UTC

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/

Attachments (0)
Change History (8)

Changed January 17, 2011 11:32AM UTC by tasso85 comment:1

updated the fiddle: http://jsfiddle.net/4LEGA/1/

Changed February 24, 2011 02:17PM UTC by tasso85 comment:2

updated the fiddle to jquery 1.5 http://jsfiddle.net/4LEGA/8/

Changed February 25, 2011 05:33PM UTC by tasso85 comment:3

updated the fiddle with jquery-ui 1.8.9 http://jsfiddle.net/4LEGA/9/

Changed August 08, 2011 01:52PM UTC by tasso85 comment:4

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.

Changed August 08, 2011 01:57PM UTC by scottgonzalez comment:5

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.

Changed August 08, 2011 03:16PM UTC by tasso85 comment:6

_comment0: Replying to [comment:5 scott.gonzalez]: \ > 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. \ \ 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...1312816610572827

@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...

Changed October 11, 2012 02:52PM UTC by scottgonzalez comment:7

milestone: 1.9.02.0.0

Changed October 30, 2012 01:07AM UTC by tj.vantoll comment:8

status: newopen
summary: resisable problem using helper and alsoResizeResizable: 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/.