Tyler Ault

Results 4 comments of Tyler Ault

Thanks for this! To prevent an error in IE8 (8.0.6), I had to wrap the Modernizr.hasEvent in a try/catch. This is probably handled when it's built into the library; just...

The error was: "Not implemented" and pointed to this line within Modernizr's isEventSupported method: ``` javascript element[eventName] = undefined; ``` I'm seeing a lot of other tests wrapped in try/catches,...

Also, I'm getting false positives in Firefox 16-18.0: it supports the paste event but doesn't provide access to the clipboardData. Looks like the Clipboard API is still not implemented: https://bugzilla.mozilla.org/show_bug.cgi?id=407983...

I can also confirm this behavior. Methods and properties such as rivets.configure and rivets.formatters are undefined. @Duder-onomy's solution worked for me as well.