Cannot log in using firefox 14.01

Issue #29 resolved
Former user created an issue

Description:

The loging button doesn't appear to do anything.

Need to then login using Explorer.

Steps to recreate:

  1. Enter valid usefname.
  2. Enter valid password.
  3. Click login.

Expected result: login to site. Actual result: nothing appears to happen. Workaround: Use other browser.

Comments (6)

  1. Justin Hayes repo owner

    Replicated with firefox 15.01. Very strange. Also the formatting/css seems a bit off as well....

  2. Justin Hayes repo owner

    It's a pretty simple form:

    		<form name="form1" method="post" action="index.php?action=do_login">
    
    		<td class="confirmed_booking booking_right" align="right">
    			Email:<input name="email" type="email" id="username">
    		    Password: <input name="password" type="password" id="password">
    		    <input id="button_login" type="submit" name="Submit" value="Login">
    		</td>
    		</form>
    
  3. Log in to comment