1

I am using scrollIntoView javascript function to scroll down to an element. Element is a rectangle (<rect></rect>) inside svg. But this is not working at all in Microsoft EDGE browser.

this.svgDoc.getElementById('R' + this.selectedCabin.number).scrollIntoView({behavior: 'smooth', block: 'start', inline: 'start'});

Could anyone has an idea about this. Much appreciated!

Rose18
  • 2,892
  • 8
  • 47
  • 98
  • Does this answer your question? [Does scrollIntoView work in all browsers?](https://stackoverflow.com/questions/9445842/does-scrollintoview-work-in-all-browsers) – jmargolisvt Mar 25 '20 at 12:49

0 Answers0