Closed
Bug 114441
Opened 24 years ago
Closed 24 years ago
can't press the SIGN IN button
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
CLOSED
DUPLICATE
of bug 112084
People
(Reporter: georg_gruber, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6) Gecko/20011120
BuildID: 20001112009
if you enter your login/password and want to enter yahoo! mail, you can't
because the button doesn't do a thing.
Reproducible: Sometimes
Steps to Reproduce:
1.enter login/password
2.press "sign in" button
Actual Results: page should be processed/sent but nothing happens.
Expected Results: submit the form and login.
maybe the onsubmit-function makes problems?
<form method=post action="https://login.yahoo.com/config/login?5jm00ovgoolas"
autocomplete=off name=login_form onsubmit="return
hash(this,'http://login.yahoo.com/config/login')">
the button definition.
<input name=".save" type="submit" value="Sign In">
Comment 1•24 years ago
|
||
Are there any errors in the JS console?
If you go to
Edit > Preferences > Privacy and Security, is there an SSL tab?
| Reporter | ||
Comment 2•24 years ago
|
||
reproduceable: EVERYTIME.
*** This bug has been marked as a duplicate of 112084 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•24 years ago
|
||
Edit > Preferences > Privacy and Security, is there an SSL tab?
there isn't a SSL tab...
Comment 4•24 years ago
|
||
That means that you don't have PSM installed. Hence you cannot follow https://
links.
Make sure you install PSM, then try this.
| Reporter | ||
Comment 5•24 years ago
|
||
well, i don't use SSL-login... so i assume it should work fine.
interesting: the javascript console says something about that the "hash" is not
defined (ERROR).
Comment 6•24 years ago
|
||
<form method=post action="https://login.yahoo.com/config/login?5jm00ovgoolas">
So whether you're using ssl login or not you need ssl to login. all not using
ssl does is send your password in the clear while requesting a secure page (what
an idiotic setup!)
hash not being defined is likely not helping, but I doubt that's the real
problem you see...
| Reporter | ||
Comment 7•24 years ago
|
||
i wonder why this isn't in the standard package... i installed browser only...
downloaded PSM, works fine now.
Status: RESOLVED → CLOSED
You need to log in
before you can comment on or make changes to this bug.
Description
•