svelte-tiny-virtual-list icon indicating copy to clipboard operation
svelte-tiny-virtual-list copied to clipboard

issue in edge webview

Open anvlkv opened this issue 1 year ago • 1 comments

I have an issue in webview on windows, the scroll list appears horizontal but it has the necessary properties

image

After I toggle flex-direction property off and on again it looks correct but scrolling doesn't bring up new items

image

My usage can be seen here https://github.com/anvlkv/text-tut-ryadom/blob/fix/windows-improvements/src/lib/taskList.svelte#L54

anvlkv avatar Jul 02 '24 20:07 anvlkv

Sorry how late I am to this but unfortunately, I'm not able to reproduce this issue 🤔 I even downloaded your repository and ran the app myself, but the list seems totally fine. Is there any way you would be able to reproduce this using https://svelte.dev/repl ?

jonasgeiler avatar Sep 20 '24 11:09 jonasgeiler

Thanks for getting back to my issue and trying it. I probably won't get to it any soon. May have to do with windows/egde version as well. I close this one and if the issue remains on new versions I'll try to make a reproduction.

anvlkv avatar Nov 23 '24 17:11 anvlkv