Skip to content

Commit 5895340

Browse files
committed
CSS: Improve a comment explaining IE11 fullscreen bug
(cherry-picked from 8e4aac8)
1 parent 29561bc commit 5895340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ function getWidthOrHeight( elem, name, extra ) {
121121
isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
122122

123123
// Support: IE11 only
124-
// Fix for edge case in IE 11. See gh-1764
124+
// In IE 11 fullscreen elements inside of an iframe have
125+
// 100x too small dimensions (gh-1764).
125126
if ( document.msFullscreenElement && window.top !== window ) {
126127
// Support: IE11 only
127128
// Running getBoundingClientRect on a disconnected node

0 commit comments

Comments
 (0)