Simon Green
                                            Simon Green
                                        
                                    Hmmn, I say it works ... for the example it does, for something in a separate package it doesn't seem to. I'll test it some more.
Are you missing the bit about behavior changing depending on the event name? Not only is it different to how it used to behave, it's also inconsistent. I need to...
Maybe I'm not explaining it well. I know the _trusted_ events that the browser dispatches work, but all the events dispatched from clicking the button in the example are _manually...
> Because the only events that are delegated are the "non custom" ones Why? They are _all_ custom events, and none of the events are set to bubble, but one...
It seems like a simplistic / fundamentally flawed approach to me from my (possibly limited) understanding. You can't _really_ tell from the event name / type whether the event you're...
A different example, where an imported `use:action` may want to communicate back to the node via an event. If it happens to use one of the special event names, it...
I'm guessing using capture mode isn't an option for some reason, even if just to detect and "patch" the behavior for consistency? https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAE51UbYubQBD-K4MtFwOed32hH7wkcFyv7UFbQl-gpZay0THuVXdld8wp4n8vu2uiSTkK_aLuPLMzjzPPTOdlvEDtRT86T7ASvci7riov8KitzEHvsCD0Ak_LWiXGstCJ4hWtYhETLyupCDpIaqWlgh4yJUuYhRfOEN7rWSyMZ4EEDSzhqSZG6F_O98b2xChiymqREJcCpLjJmdiij3PoDBKTiYFhisR4ETYhyTe8wdR_NndwO4XbE7g_CZ-wimqFvpDpmOCA5kykBapJ7ph4Bj6GuENB65xphOVyCbfmGN5cr798_XT38e2v9bvrz7dwdgYYburNpkBt3TJW6GmsmDDUJKu1khXbMpPTn5-Cd2WJKWeEj3pVytJ5jRmrC5piiRSawKKwBIEPcFNrkqXl62NoOhxAB2EYYgCuZtGhegEM5CMgVSP0R1mJqS1SmHJdMUryIaR5Htx69zG83NNUOmRpav3fc00oUPmzxHZ5FuxrblgNzZlmtyEUUq3EWMYUNSnZRuDPYbmaltcmU1jKHf5fvr9-o4_F4mKUv1iUjAuoNUbDbTsUi2r1Qe4QWlkrKGWtEeQOFVCOsJHN4qKybtY15Tt3382PFI7asttLv3e-1DV9AF1raSwuUr5bGS4mv2OiqS1cehNyqIJpT8HaCLICmytnYwXfinNOWOoIEhSEakDua008a88TKQgFnaAPPKU8ghevLqt9qBz5NqcInr8cbRuW_N4qWYv0PJGFVBE8SZLkaqye5ekFXilTnnFMvcgUvA8O68eVYtxA93q6fbCxG2ecYes9HeHJ9lhLbv7AdGMyxm4u3CKRWaaRvk2BdgJ8n8j2WOun4zRqqjuMUgdNAC300MP8sIBs3x-Zg8rxNYqdBcf85_urx_of1O9P9srjsv9n-IPK-78b9LP_AxmUVxcrBgAA
Yeah, there's nothing wrong with it IMO and the Svelte 4 version works fine. If you use the migrate button on the REPL it produces the code in the OP,...