Skip to content

event.stopPropagation() does not work when nested element within event using onMount() #17112

@fijiaaron

Description

@fijiaaron

Describe the bug

event.stopPropagation() appears to not work when an outer element has an event listener added via onMount() and an inner element has an event listener added via onclick()

Stop propagation works when using on:click but does not work for onclick

The expected behavior is that onclick() should stop propagation, the same as on:click() did.

Reproduction

Example:
https://svelte.dev/playground/eb16168190f3490dad1e8cdbccdcfacf?version=5.23.1

If you click on the outer element (i.e. the "count" text) it adds 2.
If you click on the inner element (i.e. the number) it should add 1.
But because stopPropagation() does not work, it adds 3.

Logs

System Info

System:
    OS: macOS 15.6.1
    CPU: (10) arm64 Apple M1 Pro
  Binaries:
    Node: 22.15.0 - /Users/aaronevans/.nvm/versions/node/v22.15.0/bin/node
    npm: 10.9.2 - /Users/aaronevans/.nvm/versions/node/v22.15.0/bin/npm
  Browsers:
    Brave Browser: 141.1.83.118
    Chrome: 142.0.7444.60
  npmPackages:
    svelte: ^5.41.0 => 5.43.2

Severity

annoyance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions