]> source.dussan.org Git - jquery.git/commit
CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues
authorMichał Gołębiowski <m.goleb@gmail.com>
Tue, 26 Apr 2016 19:25:30 +0000 (21:25 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Tue, 26 Apr 2016 19:25:30 +0000 (21:25 +0200)
commitfb9adb9f0511ac2993e664697aa26e97d0a4d213
tree9c0c73fa87ac6dfc45c358433d53e21db559a774
parent49f830a261429d1787c980e66a18a6d5ae2827ba
CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues

IE 11 used to have an issue where if an element inside an iframe was put
in fullscreen mode, the element dimensions started being 100 times too small;
we've added a workaround that would multiply them by 100. However, the IE 11
issue has been unexpectedly fixed and since our detection was really detecting
the browser and not a bug, we've started breaking the browser instead of fixing
it.

Since there's no good way to detect if the bug exists, we have to back the
workaround out completely.

Refs ff1a0822f72d2b39fac691dfcceab6ede5623b90
Fixes gh-3041
Refs gh-1764
Refs gh-2401
Refs 90d828bad0d6d318d73d6cf6209d9dc7ac13878c
src/css.js