Closed
Bug 308312
Opened 19 years ago
Closed 19 years ago
return false breaks onclick script execution when submitting form using javascript
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: darks, Unassigned)
References
()
Details
(Keywords: testcase)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050912 Firefox/1.6a1 (BlueFyre) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050912 Firefox/1.6a1 (BlueFyre) this bug prevents me to log in my bank accounts either page https://ib24.csob.cz/ or https://ib24.csob.sk/ the page is designed to work with all major browsers. it works with firefox 1.0.6 and mozilla 1.7 but not with latest branch, trunk or 1.5b1 i stripped down the code to a very simple example 1) http://members.chello.cz/testsite/bank/ and a little less stripped 2) http://members.chello.cz/testsite/bank/incontext.htm Reproducible: Always Steps to Reproduce: 1.visit members.chello.cz/testsite/bank or http://members.chello.cz/testsite/bank/incontext.htm 2.click send Actual Results: in the first example the button needs to be pressed twice to invoke the desired action. in the second example the problem is eminent right after the first click Expected Results: i should submit the form right after first click
Updated•19 years ago
|
Assignee: nobody → events
Component: General → DOM: Events
Product: Firefox → Core
QA Contact: general → ian
Version: 1.5 Branch → Trunk
Comment 1•19 years ago
|
||
Confirming, I see this on Linux as well (Gecko/20050904, Firefox 1.5 branch). I'm not sure what's going on here, though...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Windows XP → All
Hardware: PC → All
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
just tried with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051002 Firefox/1.6a1 (BlueFyre) pacifica 20051002 branch 1.5 pacifica 20051002 trunk 1.5 and all seem to be working i don't know exactly since when, but i believe this bug is fixed
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•