Ticket #1711 (closed bug: fixed)
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
Change History
Changed 6 years ago by c_t
-
attachment
resizable_shiftkey.diff
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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