Bug 12766
Summary: | location.href should work as a function | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filipe Guimarães <filipesmg> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ap, bfulgham, ian, sam |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.electrolux.com.br/quemindica |
Filipe Guimarães
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
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
(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
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
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.