Ticket #7772 (open bug)
Draggable: when css 'right' is set, element resizes on drag
| Reported by: | dmitry_f | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0.0 |
| Component: | ui.draggable | Version: | 1.8.16 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Here's demo of bug: http://jsfiddle.net/6tgec/1/ If we set 'right:0' for element, then element resizes on drag. That's incorrect.
Change History
comment:2 Changed 7 months ago by mikesherov
- Status changed from new to open
- Summary changed from Draggable element 'right:0' bug to Draggable: when css 'right:0' is set, element resizes on drag
Confirmed on latest: http://jsfiddle.net/BW3NW/
comment:3 Changed 4 months ago by tj.vantoll
- Summary changed from Draggable: when css 'right:0' is set, element resizes on drag to Draggable: when css 'right' is set, element resizes on drag
The value of the right rule doesn't matter. Also resizable has similar issues http://jsfiddle.net/tj_vantoll/3Rzsu/.
Note: See
TracTickets for help on using
tickets.

