WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
18403
A link's search property cannot be changed
https://bugs.webkit.org/show_bug.cgi?id=18403
Summary
A link's search property cannot be changed
Michiel Roding
Reported
2008-04-10 04:34:02 PDT
it seems a link (<a href="..">) search-property cannot be changed. Other browsers do have this ability.
Attachments
Add attachment
proposed patch, testcase, etc.
Michiel Roding
Comment 1
2008-04-10 04:34:45 PDT
a copy of the demo: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd
"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>WebKit bug</title> <meta name="author" content="Michiel Roding"> </head> <body> <a href="
http://www.apple.com/imac?ipod=touch#macpro
">demo link</a> <script type="text/javascript" charset="utf-8"> document.links[0].search = 'test'; </script> </body> </html>
Gavin Barraclough
Comment 2
2011-06-15 01:58:08 PDT
Looks like this testcase now works in ToT - please reopen if I'm misinterpreting the results.
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