mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
76294e1e9e
IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws
on frame elements through "defaultView.getComputedStyle" (see #15098)
Use "defaultView" if in the popup which would fix IE issue,
use "window.getComputedStyle" which would fix FF issue.
And everybody wins, except performance, but who cares right?
Fixes #15098
Ref
|
||
---|---|---|
.. | ||
data | ||
libs | ||
unit | ||
.jshintrc | ||
delegatetest.html | ||
hovertest.html | ||
index.html | ||
jquery.js | ||
localfile.html | ||
networkerror.html | ||
readywait.html | ||
xhtml.php |