On 18 Nov 2007, at 01:11, Damien Pollet wrote:
Safari doesn't seem to want to remember and fill
the login and
password fields of the login form for me… Does it work for you?
If you look at the html of
http://localhost:8080/seaside/pier?
command=PULogin
the line:
<input name="17" style="position: absolute; top: -100em"
type="text"
class="text"/>
(that is, the second input tag in the first div inside the login
form) is the culprit.
Just change its type to "hidden" and Safari will ask you if you want
to store the login data, or will fill it in if you've already saved it.
Cheers
--mbj