- Ya
- 28 Mei 2026, 23:50 UTC
- Mwandishi
- kamo
- Ahadi ya
- 6f02b83
Reports show clicks on email-preview links silently doing nothing — hover shows the URL, no console errors, but the navigation never fires. That fingerprint points at an upstream listener swallowing the click with preventDefault before the browser can act on it. Mount a capture-phase document click listener whose only job is to detect clicks on anchors inside the email content. It runs before any other listener (capture > bubble), stops the original event with stopImmediatePropagation so nothing downstream can interfere, and performs the new-tab navigation itself by clicking a freshly-built off-DOM <a target=\"_blank\"> — native behaviour that popup blockers don't reject the way they reject window.open.