Skip to content

Implement Element scrollIntoView() #1695

@JakeDluhy

Description

@JakeDluhy

I'm running a test using a library (grommet) that uses scrollIntoView on an a tag. jsdom is throwing errors when hitting that line of code. I was able to get it to work by adding window.HTMLElement.prototype.scrollIntoView = function() {}; in my testHelper file to setup the tests, but I thought I'd report it to see if it's something you want to fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    csslayoutBlocked on implementing a layout engine

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions