Problem with Firefox, javascript, and Canvas
- by Rob
I'm having a Firefox-specific issue with a script I wrote to create 3d layouts.
The correct behavior is that the script pulls the background-color from an element and then uses that color to draw on the canvas. When a user mouses over a link and the background-color changes to the :hover rule, the color being drawn changes on the canvas changes…