drawingboard.js icon indicating copy to clipboard operation
drawingboard.js copied to clipboard

Drawing doesn't start on mouse click on most browsers

Open manuhabitela opened this issue 11 years ago • 3 comments

When you click on the board to draw without moving, a dot should be drawn. Only Firefox seems to behave like this. Other browsers only start drawing on mouse move.

manuhabitela avatar Apr 12 '13 11:04 manuhabitela

For some reason on the demo page (http://leimi.github.io/drawingboard.js/) it works fine

ericgs avatar Nov 18 '13 13:11 ericgs

This bug seems to have something to do with css margins. When I added

margin: 0 auto;

to the drawing boards selector, the bug stopped for me when using Chrome.

huqa avatar Feb 23 '14 14:02 huqa

Hey,

Pretty weird! Thanks for letting us know.

manuhabitela avatar Feb 23 '14 23:02 manuhabitela