Skip to main content

Bug Tracker

Side navigation

#1711 closed bug (fixed)

Opened September 22, 2007 08:35AM UTC

Closed September 23, 2007 12:56PM UTC

Shift-Key behaviour in resizables buggy

Reported by: c_t Owned by: paul
Priority: critical Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi all,

I was discovering this bug when investigating on the issue I described in Bug http://dev.jquery.com/ticket/1708 .

When the shift-key is pressed the width-height-ratio of a resizable is preserved on resize. However there were problems with the N, S, NE and NW handles. I was able to fix them, see the appended patch.

I still think it would be nicer if the resizable would expand to top ''and'' bottom when W or E handles are dragged and expand to left ''and'' right when S and N handles are dragged. At the current state the point of reference is the upper left corner. So dragging the S or N handles just resizes to the left and dragging the E or W handles just resizes to the bottom....

To acchieve the beforementioned behaviour I guess a cleanup and review of the calculations would be very helpful.

Cheers, Christoph

Attachments (1)
  • resizable_shiftkey.diff (0.9 KB) - added by c_t September 22, 2007 08:35AM UTC.

    Fixed shift-key behaviour of N, S, NE and NW handles

Change History (2)

Changed September 23, 2007 12:13PM UTC by paul comment:1

owner: → paul
status: newassigned

Changed September 23, 2007 12:56PM UTC by paul comment:2

resolution: → fixed
status: assignedclosed

Hey, thanks for the fixes! I think the desired behaviour is how it is now (compare with photoshop for example). Closed!