Bug Tracker

Modify

Ticket #1711 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

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:
Blocking: Blocked by:

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

resizable_shiftkey.diff Download (943 bytes) - added by c_t 6 years ago.
Fixed shift-key behaviour of N, S, NE and NW handles

Change History

Changed 6 years ago by c_t

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

comment:1 Changed 6 years ago by paul

  • Owner set to paul
  • Status changed from new to assigned

comment:2 Changed 6 years ago by paul

  • Status changed from assigned to closed
  • Resolution set to fixed

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.