]> source.dussan.org Git - jquery.git/commit
CSS: Workaround buggy getComputedStyle on table rows in IE/Edge
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 14 Oct 2019 16:41:35 +0000 (18:41 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2019 16:41:35 +0000 (18:41 +0200)
commit26415e081b318dbe1d46d2b7c30e05f14c339b75
tree5aa9babac570d914647259b5312cdb8a9c8303e3
parented66d5a22b37425abf5b63c361f91340de89c994
CSS: Workaround buggy getComputedStyle on table rows in IE/Edge

Fixes gh-4490
Closes gh-4506
src/css.js
src/css/support.js [new file with mode: 0644]
test/unit/css.js
test/unit/support.js