svecosystem / paneforge

Resizable pane components for Svelte.
https://paneforge.com
MIT License
370 stars 3 forks source link

[Safari] ResizeHandle causing unexpected selection #16

Closed fabi-flex closed 4 months ago

fabi-flex commented 5 months ago

Describe the bug

Risizing a pane group using safari results in random selection flicker in some panes.

Bildschirmfoto 2024-04-02 um 21 19 48

Reproduction

Open the docs in safari and resize a pane

Logs

No response

System Info

Mac OS 14.4.1 with M1, Safari 17.4.1

Severity

annoyance

huntabyte commented 5 months ago

I think user select may be causing this issue. I'll take a look to see if adding that property resolves the issue.

huntabyte commented 4 months ago

May have time to look into this this week/end but if anyone wants to take a look in the meantime, I'll gladly accept a PR for a fix!