Closed shex closed 12 years ago
This allows changing the crusor while draging, e.g.
cursor: -webkit-grab; }
cursor: -webkit-grabbing; }
e.preventDefault() is needed for some browsers (e.g. webkit based) which default operation of dragging is selection (hence the corsor shown).
This allows changing the crusor while draging, e.g.
infovisContainer-canvaswidget.grabbing {
cursor: -webkit-grab; }
infovisContainer-canvaswidget.grabbing {
cursor: -webkit-grabbing; }
e.preventDefault() is needed for some browsers (e.g. webkit based) which default operation of dragging is selection (hence the corsor shown).