Closed dksmiffs closed 12 years ago
Wow, how did I miss that? I need to test in Firefox more often. :/
Anyway, I just fixed this now in the latest commit (e99d04ddc143cff2a25f5b09934cec0a126e7eab). Let me know how it works out. -Caleb
I concur that issue #32 fixed, but a new animation issue arose on FF and Chromium-derived. I'll post a new issue shortly.
Caleb,
Sorry I'm a little late in reporting this, but in the transition from jcanvas e535864fe2d786f08893dcd0c26a124ddf26d211 to f7511e1848650870c1c9cd9fe0d49c141c637bfc, the following simple animation of a vertical line moving from left to right stopped working on Firefox 15.0.1 on Windows 7 Enterprise (64bit).
Using jcanvas version f7511e1848650870c1c9cd9fe0d49c141c637bfc (and later versions), Firebug reports the following error: "NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindow.getComputedStyle]" on line 6674 of jquery-1.8.1.js.
This same code works fine on a Chromium 21.0-derived browser.
~ Dave