Changes between Initial Version and Version 1 of Ticket #4187
- Timestamp:
- Feb 20, 2009, 8:28:57 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4187
-
Property
Priority
changed from
major
tocritical
-
Property
Milestone
changed from
TBD
to1.7
-
Property
Priority
changed from
-
Ticket #4187 – Description
initial v1 2 2 3 3 resizable: 4 5 - handles:'n,ne,nw,s,se,sw,e,w', 6 - knobHandles:true, 7 - autoHide:true, 8 - grid:[10px,10px], 9 - containment:#canvasId 10 - start: function(e, ui) {...}, 11 - stop: function(e, ui) {...} 4 - handles:'n,ne,nw,s,se,sw,e,w', 5 - knobHandles:true, 6 - autoHide:true, 7 - grid:[10px,10px], 8 - containment:#canvasId 9 - start: function(e, ui) {...}, 10 - stop: function(e, ui) {...} 12 11 13 12 draggable: 14 15 - handle:'.widget-drag-handle', 16 - grid:[10px,10px], 17 - containment:#canvasId, 18 - start: function(e, ui) {}, 19 - stop: function(e, ui) {} 13 - handle:'.widget-drag-handle', 14 - grid:[10px,10px], 15 - containment:#canvasId, 16 - start: function(e, ui) {}, 17 - stop: function(e, ui) {} 20 18 21 19 The behaviour was stable and worked as expected. The exact same code in UI 1.6 has strange problems, for example dragging the div, then resizing from the 'SE' handle causes the div to shoot off to the right!