Robin Bomkamp

Results 9 comments of Robin Bomkamp

Hey there, any updates? Having the same problem. The angular cypress schematics are also having the problem. see https://github.com/cypress-io/cypress/tree/develop/npm/cypress-schematic

This is still relevant.

Still does not work for me. If you have other elements in the same scrolling element you are still scrolling to the wrong location.

> It seems to be broken indeed but the fix is simple: > > ```ts > this.viewport.scrollable.scrollTo({ > top: this.viewport.measureViewportOffset('top') + index * itemHeight > }) > ``` Thanks for...

> > > It seems to be broken indeed but the fix is simple: > > > ```ts > > > this.viewport.scrollable.scrollTo({ > > > top: this.viewport.measureViewportOffset('top') + index *...

We are also facing the same problem in SvelteKit. It was working in version 0.2.8. see #163

First of all, I am very happy that analyzing a specific element within an iframe is supported. But man this needs to be documented. :) I searched for this feature...