Password fields aren't rendered
Status: Beta
Brought to you by:
swepete
Password fields aren't rendered. This example:
<html><body>
<form action='something'>
Name: <input type='text' name='name'><br>
Password: <input type='password' name='password'><br>
<input type='submit' value='Go'>
</form>
</body></html>
renders as "Name colon Edit Password colon Go button".
I tried a couple of real-world examples (eg. Yahoo
Mail's login form) and they had the same problem.
I'm using Fangs 1.0.0 with Firefox 1.5.0.4 on Windows
XP SP2.