I observe the same problem that jumps to homepage also on: * Safari 16.5 (18615.2.9.11.4) * Safari Technology Preview Release 172 (Safari 17.0, WebKit 18616.1.17.3) And I observe that the website behaves differently between Chromium vs Safari/Firefox. on Safari and Firefox, the `<A>` element with "Indoor Access Points" text has "click" event handler, but not on Chromium. If I remove the event handler, the link works correctly. So it looks like the event handler is doing something wrong. I'll continue investigating, but it's most likely framework or some layer's compat issue.
Bug 1839053 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I observe the same problem that jumps to homepage also on: * Safari 16.5 (18615.2.9.11.4) * Safari Technology Preview Release 172 (Safari 17.0, WebKit 18616.1.17.3) And I observe that the website behaves differently between Chromium vs Safari/Firefox. on Safari and Firefox, the `<A>` element with "Indoor Access Points" text has "click" event handler, ~~but not on Chromium.~~ (this was wrong. the event handler is there also on Chromium) If I remove the event handler, the link works correctly. So it looks like the event handler is doing something wrong. I'll continue investigating, but it's most likely framework or some layer's compat issue.