Don't allow exceptions to prevent styleSheets() from finishi
Brought to you by:
jainasewen
I've had some trouble implementing the IE Select Style plugin, and after some debugging it came down to styleSheets throwing an exception. The exception description was undefined and really it being IE I don't want to know. I fixed the problem by wrapping the "Loop each selector found" loop body in a try...catch block that swallows the exception.
This patch created with: diff -c jquery.ie-select-style.orig.js ie-select-style/jquery.ie-select-style.js
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Don't allow exceptions to prevent styleSheets() from finishing