Re: Issue in HTML DOM scrollIntoView() method

> The method scrollIntoView() does not work when its tried to scroll into
hidden element.

Since display:none elements don't have a layout box that would seem
correct. See step 6 here:
https://drafts.csswg.org/cssom-view/#dom-element-scrollintoview

> Also, what is a good place to post this type of questions?

Google found several similar questions on StackOverflow that might help.

Received on Sunday, 3 December 2017 20:35:53 UTC