Skip to content

4.13.18

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:27

πŸ› Bug Fix

  • Helpers/inView: getBoundingClientRect returns fractional values while scroll offsets are integers, so a container scrolled right up to its limit could still appear to clip the element by a fraction of a pixel β€” scrollIntoViewIfNeeded then needlessly fell through to elm.scrollIntoView() and scrolled the whole page (breaking e.g. Perfect Scrollbar integrations). Elements clipped by less than a pixel are now treated as visible. Reported by Ralf Pichler (Uniquare, Jodit OEM).