]> source.dussan.org Git - jquery.git/commit
Offset: fix iframe scrollTop/Left test for IE8 and iPhone
authorOleg Gaidarenko <markelog@gmail.com>
Wed, 24 Dec 2014 21:49:46 +0000 (00:49 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Wed, 24 Dec 2014 21:55:15 +0000 (00:55 +0300)
commit62a333e0646d3011377ed13a6fcfbb08e91e2bef
treeaf07af6361df142dea2248860192a728173a7ecc
parentd632699c6b2b1b06dd7cbdec982d930f59fd8119
Offset: fix iframe scrollTop/Left test for IE8 and iPhone

* IE8 need a doctype, otherwise IE will scroll it, but will
  still show old values. It wasn't noticable before, since IE8 will
  update values if in the dev tools you swtich to "Quirks mode"
  and then back again, then this tab will always show the correct values
  even if you update it

* iPhone resize the iframe by its content regardless of
  the width, height values, meaning it's not possible to scroll
  the iframe only its parent element

Ref ae30fb6c27a2121578d3ce7ca6e2ba1d205545b8
test/unit/offset.js