GlenDC / trixel

An easy to use webtool, to make trixel art.
http://www.glendc.com/trixel/
MIT License
18 stars 0 forks source link

Hover - Redraw bug (chrome) #93

Closed GlenDC closed 9 years ago

GlenDC commented 9 years ago

Resolve the issue for chrome (and perhaps other browsers) that makes the hover events go in a loop, as we constantly redrawn, making the cursor enter over and over.

GlenDC commented 9 years ago

Redrawing the entire page for small updates like that might be overkill. So rather than going via mailboxes, it might be an (insane) idea to implement a small module that would allows us to call native functions via input events. This would allow us to inject html without having to redraw everything, resolving issues such as this.