Opened 10 years ago
Closed 10 years ago
#8618 closed bug (wontfix)
Resizable: Gives unexpected results when used on a rotated (using css) element
Reported by: | jeroenmoons | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using the resizable plugin on an element that is rotated using css transforms, the mouse movements for the handles have not been rotated with the element. This gives some strange behaviour, when you pull the bottom right handle to the bottom right hand side, the rotated element gets smaller instead of bigger and vice versa.
You can see this behaviour in action in this jsfiddle:
The example uses jQuery UI 1.8.9 but it still exists in 1.8.24
Change History (5)
comment:1 follow-up: 2 Changed 10 years ago by
comment:2 Changed 10 years ago by
Replying to scott.gonzalez:
See #6844.
That issue is also visible in my demo but not immediately connected to the bug I describe I think.
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:4 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Resizable gives unexpected results when used on a rotated (using css) element → Resizable: Gives unexpected results when used on a rotated (using css) element |
comment:5 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
We discussed this at the meeting, and CSS transforms are not something we plan on supporting anytime in the predictable feature, so closing this as wontfix.
See #6844.