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 tasso85

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

comment:2 Changed 12 years ago by tasso85

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

comment:3 Changed 12 years ago by tasso85

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

comment:4 Changed 12 years ago by tasso85

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 Changed 12 years ago by Scott González

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 in reply to:  5 Changed 12 years ago by tasso85

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

Last edited 12 years ago by tasso85 (previous) (diff)

comment:7 Changed 10 years ago by Scott González

Milestone: 1.9.02.0.0

comment:8 Changed 10 years ago by tj.vantoll

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

Note: See TracTickets for help on using tickets.