Ian Hogers

Results 40 comments of Ian Hogers

Hi @jeffikus i'm having the same issue. Happens when you do a diagonal swipe on the FlexSlider slides. I think it's meant to prevent the vertical scrolling, but it fails....

@wojtekmaj Reopening, I'm experiencing the same issue, manually typing into the date picker when there's no date selected (--/--/----) and then clicking on the clear button doesn't clear the fields.

I've created a minimal reproducible example: https://github.com/SaintPepsi/typeorm-incorrect-table-name

I'm really sorry, I was in a rush to get to work when I posted this. It's only happening on Mobile for me, Android. The screenshots are from running it...

I just tried on iPad (Physical Device) and iPhone (Simulated) but it's not happening on those.

I Re-created the exact same scenario but in React, it's also not very quick but it's quicker than svelte: https://github.com/SaintPepsi/test-react-performance-issue ![image](https://github.com/sveltejs/svelte/assets/16056759/36cbb9c3-dd26-4a20-be39-bb3aae7c20ed)

> (please mention cross-links in the future to avoid duplicated work) Apologies, I've not done many issue reports > Can you provide a minimal reproduction and upload the full trace...

![image](https://github.com/sveltejs/svelte/assets/16056759/059dc25a-e809-44bd-a47d-1e3ca51b0092) If it's this I can't see the Event log / Call tree that deeply: ![image](https://github.com/sveltejs/svelte/assets/16056759/97fb6bd3-9289-47fc-92f1-e2b8439b5277) The HTML Parse happens quickly as expected: ![image](https://github.com/sveltejs/svelte/assets/16056759/350467dd-225d-4c0a-a387-003aa26a397b) But there's not actually anything happening...

I've added another button in the minimal repro for rendering "many" children (9) this also gives performance problems and it's only 1 deep: ![image](https://github.com/sveltejs/svelte/assets/16056759/daac5fa4-e590-4886-b45f-51b154f5c793)

I've added buttons for rendering pngs: https://github.com/SaintPepsi/unplugin-icons-performance-issue-minimal-reproduction/commit/0e70a4e12dae79f37b40a2cea6461e62dcdfdf03 They don't have any performance issue besides the normal delay of loading the image. Are SVG's just really expensive to render?