Bug Tracker

Show
Ignore:
Timestamp:
12/17/07 15:37:26 (1 year ago)
Author:
paul.bakaus
Message:

- containment option works fine again (hopefully)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/experimental/mouse/drag.html

    r4203 r4205  
    3636            height: 400px; 
    3737            border: 10px solid black; 
    38             overflow: scroll; 
    3938            position: absolute; 
    4039            left: 100px; 
     
    6564                }, 
    6665                cursor: 'move', 
    67                 containment: 'parent', 
     66                containment: { top: 10, left: 10, right: 10, bottom: 10 }, 
    6867                //axis: 'x', 
    6968                //grid: [20,20],