[jQuery] OmniWeb fix
[jQuery] OmniWeb fix
It appears OmniWeb (unknown versions, at least 5.1.3) has a bit of trouble
with document.defaultView - instead of it being an attribute, it's a function
that returns the object that should be the attribute. This causes problems
because $.getCSS uses document.defaultView.
I've reported the bug to the Omni Group, and I'm attaching a patch for
jquery-latest.js to work around the problem. It should be generic enough to
fix the problem for all affected browsers, without causing problems if the
Omni Group fix the bug in the next version, and without causing problems if
users already have this fix from another library.
I know OmniWeb isn't exactly a common browser, but it's based on WebKit, so in
terms of conformance to the W3C specifications, it's similar to Safari. I've
checked a couple of other WebKit-based browsers, they don't exhibit the bug.
--
Jim
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/