Isaiah Odhner

Results 273 comments of Isaiah Odhner
trafficstars

You'll have to divide the mouse coordinates by the magnification, after subtracting the top-left of the canvas. ```js var rect = canvas.getBoundingClientRect(); var mouseX = (event.clientX - rect.left) / magnification;...

Those look like stack traces without error messages. Are there messages alongside those? I would say this is a bug, at least for the message being unclear. Clipboard access might...

Oh, I was expecting a message in the details, aside from the stack trace, but I think that was a problem that I fixed already which is why I was...

@ShantanuBhatia Oh, please do investigate this if you're up for it.

I'm not able to reproduce this behavior. Is it still happening for you? If so, what does the History window look like? (**Edit > History**)

Thanks! The tertiary color is implemented, but it's accessed using Ctrl. This is how it works at least in Windows 98. There are some issues with it I believe. I...

Ah, yes, making stripes used to work but is broken I see.

@wuweiweiwu It would be `localStorage` (despite storing "sessions" / "session data"). `sessionStorage` would mean it would ask again if a user closed their browser since using jspaint last, which I...

I rewrote the menus, and tapping menu buttons should definitely be fixed by now. There's a few details left, like when tapping to open the Zoom submenu, it can select...

They added search. 🔎 It's cool, you just open it and type ⌨ to search, but it's a little buggy. If I type something and backspace it, and type again,...