document.scrollingElement icon indicating copy to clipboard operation
document.scrollingElement copied to clipboard

A polyfill for document.scrollingElement as defined in the CSSOM specification.

Results 7 document.scrollingElement issues
Sort by recently updated
recently updated
newest added

I'm running a little local example with localhost HTTPS server to test this specific iPad issue, thought this polyfill would help me but even when using this scrollingElement, it keeps...

I work in a large SPA code base, in which (for better or worse) there are situations where both the html and body element have non-visible overflow. In these cases,...

…so the README can be updated.

If anyone has access to such an old Safari version (I don’t), I’d appreciate it if you could clone this repo, run `npm install, npm install http-server -g; npm test`,...

Check to see if `document` exists before trying to install the polyfill. This makes it safe to run in a node environment and blindly include in a build for "isomorphic"...

`/tests/quirks-mode.html` in Firefox 3.5: “After switching to standards mode in a non-frameset document, the scrolling element is supposed to be `HTML`” consistently fails. `/tests/standards-mode.html` in Firefox 3.5: “After switching to...

As @zcorpan says, maybe they’re flaky because the tests run before the `iframe` has loaded?