WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.66k stars 80 forks source link

[BUG] triggering click event through JS API does not bubble #241

Closed Havunen closed 8 months ago

Havunen commented 11 months ago

var div = document.querySelector("div"); div.click();

the dispatched event does not bubble to document. This is problem for me because most of the event listeners are hoisted