I have tested this on jQuery 1.2.6 and 1.3.2... After binding a form.submit event and returning false due to some logic, the second time the form is submitted, the event never executes and false is automatically used by the browser.
Has anyone else experienced this? Is this a browser bug vs a jQuery bug?