You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS8-9 (so far) report the top value after a getBoundingClientRect() call similar to if the element was positioned absolutely during scroll. Some time after the scroll, the reported value reverts to the correct measurement – albeit tests indicate the value sometimes is 1 pixel off (!). This breaks e.g. fixed-fixed and Kangax's feature detection of fixed positioning
iOS8-9 (so far) report the
top
value after agetBoundingClientRect()
call similar to if the element was positioned absolutely during scroll. Some time after the scroll, the reported value reverts to the correct measurement – albeit tests indicate the value sometimes is 1 pixel off (!). This breaks e.g. fixed-fixed and Kangax's feature detection of fixed positioningDemo: http://jsbin.com/dugaqa/25/edit?html,css,js,output
Demo of debouncing, to show the value after scroll "settles": http://jsbin.com/dugaqa/21/edit?html,css,js,output
Bug is reported to Apple.
The text was updated successfully, but these errors were encountered: