AlexKamaev

Results 9 issues of AlexKamaev

**jQuery version is 3.6.0.** ### What do you expect to happen? I want to somehow handle event which was triggered by the `trigger` method inside the ShadowDOM ### What actually...

Event

### What is your Scenario? see example ### What is the Current behavior? see example ### What is the Expected behavior? event should not bubble if the target was deleted...

TYPE: bug
SYSTEM: automations
FREQUENCY: level 1

```HTML Title Download let blob = new Blob(["Hello, world!"], { type: 'text/plain' }); document.querySelector('#link').href = URL.createObjectURL(blob); ``` ```JS fixture `f` .page `http://127.0.0.1:8080`; test('test', async t => { await t.click('a'); await...

TYPE: enhancement
FREQUENCY: level 1
SYSTEM: window management