RESOLVED WONTFIX 12766
location.href should work as a function
https://bugs.webkit.org/show_bug.cgi?id=12766
Summary location.href should work as a function
Filipe Guimarães
Reported 2007-02-13 15:38:56 PST
This site requires a 'password' to login on a shopping site (with discounts). But when I put some password, it doesn't go to the shopping site, it stays asking the password. When it is wrong or already used, a message appears saying that, but when the password is good, nothing happens (just disappear the pswd).
Attachments
David Kilzer (:ddkilzer)
Comment 1 2007-02-13 20:23:53 PST
Hi Filipe, did you test this site with shipping Safari, or with a WebKit nightly? http://nightly.webkit.org/ Is there a test password that others may use on the site?
Filipe Guimarães
Comment 2 2007-02-14 03:23:56 PST
(In reply to comment #1) > Hi Filipe, did you test this site with shipping Safari, or with a WebKit > nightly? > > http://nightly.webkit.org/ > > Is there a test password that others may use on the site? > Hi, I tryed with Safari and WebKit nightly. It doesn't work with Firefox either. Just with IE. I'm sorry about the password, I forgot to paste it. Here it is (you can try new ones changing the last 2 digits): 0026833010908 0026833010915 0026833010922 Filipe
Alexey Proskuryakov
Comment 3 2007-02-14 06:35:35 PST
The reason for failure is this line: <SCRIPT>location.href("vitrine.asp?pop=3")</script> Turns out that location.href can be called as a function in IE, but not in Firefox or WebKit.
Brent Fulgham
Comment 4 2022-07-06 16:06:46 PDT
Given that Safari, Chrome, and Firefox do not recognize href as a function, and MS Edge is Chrome (and has that same behavior), and IE is no more, this is WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.