Philippe Riand

Results 8 comments of Philippe Riand

@runem Hi Rune, I'm currently looking at integrating LWC with Storybook and wca. I created a sample project here https://github.com/priandsf/lwc-storybook to conduct the experiment. I'm getting some decent results after...

@dhilt We are intensively testing this optimization and found an issue with the `allow-visibilty-watch` flag. => How it manifests: Scrolling with the mouse wheel does not work when the scroller...

@dhilt Ok I narrowed down the problem in our app. I cannot reproduce it yet on one of the samples ;-( To make a long story short, it happens because...

@dhilt Hi Denis, I'll be happy if you can have a look at the row-height. I put many optimizations into it: - faster height calculation - scroll debouncing - scrollTo()...

@dhilt I uploaded our latest code to my branch if you want to give a look. We did sone extensive testing on our application and we haven't found any major...

Thanks for you reply Denis. And you're correct, the culprit is `wrapper.element.height(),` called from `insertWrapperContent(),` which triggers the reflow. In our case, visibility watchers are never created as the elements...

Sure - Just did it. I meant to have done that earlier... :-)