codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Ensure that the cursorCanvas style's position is absolute or fixed. #78

Closed ccrraaiigg closed 7 years ago

ccrraaiigg commented 7 years ago

On Chrome 54, the parent canvasStyle can also be "static", which results in the cursor being drawn off-canvas, to a never-changing point below and to the left of it.

ccrraaiigg commented 7 years ago

Arg, the commit of my next pull request got into this one, and I don't see how to modify this pull request.

codefrau commented 7 years ago

This happens if you keep pushing to the same branch.