Aldin Nezirić

Results 9 comments of Aldin Nezirić

I can confirm this is happening. My workaround was using v-show instead of v-if to keep draggable in the DOM.

Unfortunately, I can not set width to fixed number of pixels, it is a percent value, and on various screens it is calculated to subpixel. I will make a reproduction...

I have tried setting sizeStrategy at first, but it didn't make any difference. Still, native scrollbar was peaking out for about 1px.

Here's a minimal reproduction repo. https://github.com/aldinezi/vuescrollsubpixel If you don't see bug initialy, try resizing window to the width which will give `main-container` sized 25% some subpixel value, where the value...

Unforutnately, this bug is active again. You can try with updated reproduction repo https://github.com/aldinezi/vuescrollsubpixel

I am experiencing this with Windows 10 and Ubuntu 18.04, both running latest Chrome and Firefox browsers.

http://aldinezi.tech/vuescrollsubpixel/ Hello, there is a deployed latest version, please test on browser stack or any other testing environment with non retina display.

@Solomka12 I got over this issue by setting back container background color to match the one on front container, so there's no unstayled div leaks. That setting might cause you...

I have to add more info. This only happens when using @vue/compat build, and I have this line in my vue config. `config.resolve.alias.set('vue', '@vue/compat');`