philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

This allows changing the crusor while draging #131

Closed shex closed 12 years ago

shex commented 12 years ago

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).