WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
244629
Hyperlink navigations to unparseable URLs should never attempt to navigate
https://bugs.webkit.org/show_bug.cgi?id=244629
Summary
Hyperlink navigations to unparseable URLs should never attempt to navigate
Dominic Farolino
Reported
2022-08-31 13:03:47 PDT
This is basically a duplicate of
https://bugs.chromium.org/p/chromium/issues/detail?id=1358340
. As per the navigation and session history rewrite (
https://github.com/whatwg/html/pull/6315
) we are changing the error case for hyperlink navigations to unparseable URLs to silently fail to navigate. Safari currently attempts to navigate, and ends up on a broken page with the URL bar updated to the unparseable URL. This should all be caught earlier in WebKit, in HTMLAnchorElement or something.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-09-07 13:04:17 PDT
<
rdar://problem/99661370
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug