View Single Post
Great job on the new beta. However, something is not quite right.

When I go to login to Reddit.com, I find that I am simply unable to login using the form. The button does not respond to keys/mouse and enter/return doesn't submit the form either.

HTML Code:
<form onsubmit="return login(this)" method="post" action="/login">
    <input type="hidden" name="url" value="/" />
    <input type="hidden" name="op" value="login" />
    <div class="loginform">
    <p>username:</p>
    <p><input class="logtxt" name="user" type="text" maxlength="20" /> </p>
    <p>password:</p>
    <p><input class="logtxt" name="passwd" type="password" maxlength="20" /></p>
    <p class="error">
    </p>
    <p><input type="checkbox" name="rem">remember me</input></p>
    <p><button class="btn" type="submit">login</button></p>
    </div>
</form>
The code throws a flag with the </input> after the "remember me" checkbox form control. However this seems to work fine on every other browser (including WebKit derivatives, like WebKit and Shiira).

Any idea why OmniWeb (or rather, this version of the WebKit core) is choking on this?

Thanks!