AsherGlick / Briefcase

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase
briefcasedocs.com
8 stars 6 forks source link

Spreadsheet needs a new mouse detect function #29

Closed AsherGlick closed 12 years ago

AsherGlick commented 12 years ago

The current mouse detection function is very poor and tracks the mouse on mouse move, as demonstrated in the 'menu' code there are much better ways to do this.

AsherGlick commented 12 years ago

The old "onmousemove" function to keep a ticker of the current mouse x and y positions has been replaced with calls to poll the x and y positions on mouse click and on mouse release.